Exemplo n.º 1
0
 def GetElementTransformation(self, *args):
     return _mesh.Mesh_GetElementTransformation(self, *args)
Exemplo n.º 2
0
 def GetElementTransformation(self, i):
     from mfem.par import IsoparametricTransformation
     Tr = IsoparametricTransformation()
     _mesh.Mesh_GetElementTransformation(self, i, Tr)
     return Tr