Exemplo n.º 1
0
 def GetVectorGradient(self, tr, grad):
     return _gridfunc.GridFunction_GetVectorGradient(self, tr, grad)
Exemplo n.º 2
0
 def GetVectorGradient(self, tr, grad):
     r"""GetVectorGradient(GridFunction self, ElementTransformation tr, DenseMatrix grad)"""
     return _gridfunc.GridFunction_GetVectorGradient(self, tr, grad)