示例#1
0
文件: ode.py 项目: mortezah/PyMFEM
 def __init__(self):
     """__init__(mfem::RK3SSPSolver self) -> RK3SSPSolver"""
     this = _ode.new_RK3SSPSolver()
     try:
         self.this.append(this)
     except __builtin__.Exception:
         self.this = this
示例#2
0
文件: ode.py 项目: totorosw/PyMFEM
 def __init__(self):
     r"""__init__(RK3SSPSolver self) -> RK3SSPSolver"""
     _ode.RK3SSPSolver_swiginit(self, _ode.new_RK3SSPSolver())
示例#3
0
 def __init__(self):
     this = _ode.new_RK3SSPSolver()
     try:
         self.this.append(this)
     except __builtin__.Exception:
         self.this = this