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