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
def __init__(self, order): r"""__init__(SIAVSolver self, int order) -> SIAVSolver""" _ode.SIAVSolver_swiginit(self, _ode.new_SIAVSolver(order))
def __init__(self, order): this = _ode.new_SIAVSolver(order) try: self.this.append(this) except __builtin__.Exception: self.this = this