예제 #1
0
파일: ode.py 프로젝트: mortezah/PyMFEM
 def __init__(self):
     """__init__(mfem::RK8Solver self) -> RK8Solver"""
     this = _ode.new_RK8Solver()
     try:
         self.this.append(this)
     except __builtin__.Exception:
         self.this = this
예제 #2
0
파일: ode.py 프로젝트: totorosw/PyMFEM
 def __init__(self):
     r"""__init__(RK8Solver self) -> RK8Solver"""
     _ode.RK8Solver_swiginit(self, _ode.new_RK8Solver())
예제 #3
0
파일: ode.py 프로젝트: InSAR-invert/PyMFEM
 def __init__(self):
     this = _ode.new_RK8Solver()
     try:
         self.this.append(this)
     except __builtin__.Exception:
         self.this = this