예제 #1
0
 def __init__(self):
     """__init__(mfem::Geometry self) -> Geometry"""
     this = _geom.new_Geometry()
     try:
         self.this.append(this)
     except __builtin__.Exception:
         self.this = this
예제 #2
0
파일: geom.py 프로젝트: tomstitt/PyMFEM
 def __init__(self):
     r"""__init__(Geometry self) -> Geometry"""
     _geom.Geometry_swiginit(self, _geom.new_Geometry())
예제 #3
0
 def __init__(self):
     this = _geom.new_Geometry()
     try:
         self.this.append(this)
     except Exception:
         self.this = this