Example #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
Example #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
Example #3
0
 def __init__(self):
     this = _solvers.new_NewtonSolver()
     try:
         self.this.append(this)
     except Exception:
         self.this = this
Example #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))
Example #5
0
 def __init__(self):
     r"""__init__(NewtonSolver self) -> NewtonSolver"""
     _solvers.NewtonSolver_swiginit(self, _solvers.new_NewtonSolver())
Example #6
0
 def __init__(self, *args):
     this = _solvers.new_NewtonSolver(*args)
     try:
         self.this.append(this)
     except __builtin__.Exception:
         self.this = this