Пример #1
0
 def Eval(self, *args):
     """
     Eval(Coefficient self, ElementTransformation T, IntegrationPoint ip) -> double
     Eval(Coefficient self, ElementTransformation T, IntegrationPoint ip, double t) -> double
     """
     return _coefficient.Coefficient_Eval(self, *args)
Пример #2
0
 def Eval(self, *args):
     return _coefficient.Coefficient_Eval(self, *args)