コード例 #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