예제 #1
0
파일: ncmesh.py 프로젝트: totorosw/PyMFEM
 def GetEdgeNCOrientation(self, edge_id):
     r"""GetEdgeNCOrientation(NCMesh self, mfem::NCMesh::MeshId const & edge_id) -> int"""
     return _ncmesh.NCMesh_GetEdgeNCOrientation(self, edge_id)
예제 #2
0
 def GetEdgeNCOrientation(self, edge_id):
     return _ncmesh.NCMesh_GetEdgeNCOrientation(self, edge_id)