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)
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)
def GetValue(self, *args): return _pgridfunc.ParGridFunction_GetValue(self, *args)