Exemple #1
0
 def __init__(self, _s, _a, _b, _c):
     """__init__(mfem::ExplicitRKSolver self, int _s, double const * _a, double const * _b, double const * _c) -> ExplicitRKSolver"""
     this = _ode.new_ExplicitRKSolver(_s, _a, _b, _c)
     try:
         self.this.append(this)
     except __builtin__.Exception:
         self.this = this
Exemple #2
0
 def __init__(self, _s, _a, _b, _c):
     r"""__init__(ExplicitRKSolver self, int _s, double const * _a, double const * _b, double const * _c) -> ExplicitRKSolver"""
     _ode.ExplicitRKSolver_swiginit(self, _ode.new_ExplicitRKSolver(_s, _a, _b, _c))
Exemple #3
0
 def __init__(self, _s, _a, _b, _c):
     this = _ode.new_ExplicitRKSolver(_s, _a, _b, _c)
     try:
         self.this.append(this)
     except __builtin__.Exception:
         self.this = this