예제 #1
0
 def GetVectorGradient(self, tr, grad):
     return _gridfunc.GridFunction_GetVectorGradient(self, tr, grad)
예제 #2
0
 def GetVectorGradient(self, tr, grad):
     r"""GetVectorGradient(GridFunction self, ElementTransformation tr, DenseMatrix grad)"""
     return _gridfunc.GridFunction_GetVectorGradient(self, tr, grad)