コード例 #1
0
 def Eval(self, *args):
     """
     Eval(VectorPyCoefficientBase self, DenseMatrix M, ElementTransformation T, IntegrationRule ir)
     Eval(VectorPyCoefficientBase self, Vector V, ElementTransformation T, IntegrationPoint ip)
     """
     return _coefficient.VectorPyCoefficientBase_Eval(self, *args)
コード例 #2
0
ファイル: coefficient.py プロジェクト: badashangou/PyMFEM
 def Eval(self, *args):
     return _coefficient.VectorPyCoefficientBase_Eval(self, *args)