示例#1
0
 def GetFaceTransformation(self, *args):
     return _mesh.Mesh_GetFaceTransformation(self, *args)
示例#2
0
 def GetFaceTransformation(self, i):
     from mfem.par import IsoparametricTransformation
     Tr = IsoparametricTransformation()
     _mesh.Mesh_GetFaceTransformation(self, i, Tr)
     return Tr