コード例 #1
0
ファイル: mesh.py プロジェクト: badashangou/PyMFEM
 def PrintSurfaces(self, Aface_face, out):
     return _mesh.Mesh_PrintSurfaces(self, Aface_face, out)
コード例 #2
0
 def PrintSurfaces(self, Aface_face, out):
     r"""PrintSurfaces(Mesh self, Table Aface_face, std::ostream & out)"""
     return _mesh.Mesh_PrintSurfaces(self, Aface_face, out)