Exemplo n.º 1
0
 def __init__(self, order):
     """__init__(mfem::SIAVSolver self, int order) -> SIAVSolver"""
     this = _ode.new_SIAVSolver(order)
     try:
         self.this.append(this)
     except __builtin__.Exception:
         self.this = this
Exemplo n.º 2
0
 def __init__(self, order):
     r"""__init__(SIAVSolver self, int order) -> SIAVSolver"""
     _ode.SIAVSolver_swiginit(self, _ode.new_SIAVSolver(order))
Exemplo n.º 3
0
 def __init__(self, order):
     this = _ode.new_SIAVSolver(order)
     try:
         self.this.append(this)
     except __builtin__.Exception:
         self.this = this