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