コード例 #1
0
ファイル: element.py プロジェクト: InSAR-invert/PyMFEM
 def SetVertices(self, ind):
     return _element.Element_SetVertices(self, ind)
コード例 #2
0
 def SetVertices(self, ind):
     """SetVertices(Element self, int const * ind)"""
     return _element.Element_SetVertices(self, ind)