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