def GetElementTransformation(self, *args): return _mesh.Mesh_GetElementTransformation(self, *args)
def GetElementTransformation(self, i): from mfem.par import IsoparametricTransformation Tr = IsoparametricTransformation() _mesh.Mesh_GetElementTransformation(self, i, Tr) return Tr