예제 #1
0
파일: ncmesh.py 프로젝트: totorosw/PyMFEM
 def GetEdgeMaster(self, v1, v2):
     r"""GetEdgeMaster(NCMesh self, int v1, int v2) -> int"""
     return _ncmesh.NCMesh_GetEdgeMaster(self, v1, v2)
예제 #2
0
 def GetEdgeMaster(self, v1, v2):
     return _ncmesh.NCMesh_GetEdgeMaster(self, v1, v2)