Ejemplo n.º 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)
Ejemplo n.º 2
0
 def Eval(self, *args):
     return _coefficient.VectorPyCoefficientBase_Eval(self, *args)