예제 #1
0
파일: ncmesh.py 프로젝트: totorosw/PyMFEM
 def GetBoundaryClosure(self, bdr_attr_is_ess, bdr_vertices, bdr_edges):
     r"""GetBoundaryClosure(NCMesh self, intArray bdr_attr_is_ess, intArray bdr_vertices, intArray bdr_edges)"""
     return _ncmesh.NCMesh_GetBoundaryClosure(self, bdr_attr_is_ess,
                                              bdr_vertices, bdr_edges)
예제 #2
0
 def GetBoundaryClosure(self, bdr_attr_is_ess, bdr_vertices, bdr_edges):
     return _ncmesh.NCMesh_GetBoundaryClosure(self, bdr_attr_is_ess,
                                              bdr_vertices, bdr_edges)