Esempio n. 1
0
 def __init__(self):
     """__init__(mfem::NewtonSolver self) -> NewtonSolver"""
     this = _solvers.new_NewtonSolver()
     try:
         self.this.append(this)
     except __builtin__.Exception:
         self.this = this
Esempio n. 2
0
 def __init__(self, *args):
     """
     __init__(mfem::NewtonSolver self) -> NewtonSolver
     __init__(mfem::NewtonSolver self, MPI_Comm _comm) -> NewtonSolver
     """
     this = _solvers.new_NewtonSolver(*args)
     try:
         self.this.append(this)
     except __builtin__.Exception:
         self.this = this
Esempio n. 3
0
 def __init__(self):
     this = _solvers.new_NewtonSolver()
     try:
         self.this.append(this)
     except Exception:
         self.this = this
Esempio n. 4
0
 def __init__(self, *args):
     r"""
     __init__(NewtonSolver self) -> NewtonSolver
     __init__(NewtonSolver self, MPI_Comm _comm) -> NewtonSolver
     """
     _solvers.NewtonSolver_swiginit(self, _solvers.new_NewtonSolver(*args))
Esempio n. 5
0
 def __init__(self):
     r"""__init__(NewtonSolver self) -> NewtonSolver"""
     _solvers.NewtonSolver_swiginit(self, _solvers.new_NewtonSolver())
Esempio n. 6
0
 def __init__(self, *args):
     this = _solvers.new_NewtonSolver(*args)
     try:
         self.this.append(this)
     except __builtin__.Exception:
         self.this = this