Exemple #1
0
 def __init__(self):
     """__init__(mfem::RK3SSPSolver self) -> RK3SSPSolver"""
     this = _ode.new_RK3SSPSolver()
     try:
         self.this.append(this)
     except __builtin__.Exception:
         self.this = this
Exemple #2
0
 def __init__(self):
     r"""__init__(RK3SSPSolver self) -> RK3SSPSolver"""
     _ode.RK3SSPSolver_swiginit(self, _ode.new_RK3SSPSolver())
Exemple #3
0
 def __init__(self):
     this = _ode.new_RK3SSPSolver()
     try:
         self.this.append(this)
     except __builtin__.Exception:
         self.this = this