예제 #1
0
파일: mesh.py 프로젝트: badashangou/PyMFEM
 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