예제 #1
0
파일: ncmesh.py 프로젝트: totorosw/PyMFEM
 def LoadCoarseElements(self, input):
     r"""LoadCoarseElements(NCMesh self, std::istream & input)"""
     return _ncmesh.NCMesh_LoadCoarseElements(self, input)
예제 #2
0
 def LoadCoarseElements(self, input):
     return _ncmesh.NCMesh_LoadCoarseElements(self, input)