コード例 #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
ファイル: coefficient.py プロジェクト: badashangou/PyMFEM
 def Eval(self, *args):
     return _coefficient.Coefficient_Eval(self, *args)