Пример #1
0
 def Eval(self, *args):
     """
     Eval(VectorArrayCoefficient self, int i, ElementTransformation T, IntegrationPoint ip) -> double
     Eval(VectorArrayCoefficient self, Vector V, ElementTransformation T, IntegrationPoint ip)
     Eval(VectorArrayCoefficient self, DenseMatrix M, ElementTransformation T, IntegrationRule ir)
     Eval(VectorArrayCoefficient self, Vector V, ElementTransformation T, IntegrationPoint ip)
     """
     return _coefficient.VectorArrayCoefficient_Eval(self, *args)
Пример #2
0
 def Eval(self, *args):
     return _coefficient.VectorArrayCoefficient_Eval(self, *args)