Beispiel #1
0
 def GetValue(self, *args):
     r"""
     GetValue(ParGridFunction self, int i, IntegrationPoint ip, int vdim=1) -> double
     GetValue(ParGridFunction self, ElementTransformation T) -> double
     GetValue(ParGridFunction self, ElementTransformation T, IntegrationPoint ip, int comp=0, Vector tr=None) -> double
     """
     return _pgridfunc.ParGridFunction_GetValue(self, *args)
Beispiel #2
0
 def GetValue(self, *args):
     """
     GetValue(ParGridFunction self, int i, IntegrationPoint ip, int vdim=1) -> double
     GetValue(ParGridFunction self, int i, IntegrationPoint ip) -> double
     GetValue(ParGridFunction self, ElementTransformation T) -> double
     """
     return _pgridfunc.ParGridFunction_GetValue(self, *args)
Beispiel #3
0
 def GetValue(self, *args):
     return _pgridfunc.ParGridFunction_GetValue(self, *args)