Exemplo n.º 1
0
 def __init__(self):
     """__init__(mfem::BiCGSTABSolver self) -> BiCGSTABSolver"""
     this = _solvers.new_BiCGSTABSolver()
     try:
         self.this.append(this)
     except __builtin__.Exception:
         self.this = this
Exemplo n.º 2
0
 def __init__(self, *args):
     r"""
     __init__(BiCGSTABSolver self) -> BiCGSTABSolver
     __init__(BiCGSTABSolver self, MPI_Comm _comm) -> BiCGSTABSolver
     """
     _solvers.BiCGSTABSolver_swiginit(self,
                                      _solvers.new_BiCGSTABSolver(*args))
Exemplo n.º 3
0
 def __init__(self, *args):
     """
     __init__(mfem::BiCGSTABSolver self) -> BiCGSTABSolver
     __init__(mfem::BiCGSTABSolver self, MPI_Comm _comm) -> BiCGSTABSolver
     """
     this = _solvers.new_BiCGSTABSolver(*args)
     try:
         self.this.append(this)
     except __builtin__.Exception:
         self.this = this
Exemplo n.º 4
0
 def __init__(self):
     this = _solvers.new_BiCGSTABSolver()
     try:
         self.this.append(this)
     except Exception:
         self.this = this
Exemplo n.º 5
0
 def __init__(self):
     r"""__init__(BiCGSTABSolver self) -> BiCGSTABSolver"""
     _solvers.BiCGSTABSolver_swiginit(self, _solvers.new_BiCGSTABSolver())
Exemplo n.º 6
0
 def __init__(self, *args):
     this = _solvers.new_BiCGSTABSolver(*args)
     try:
         self.this.append(this)
     except __builtin__.Exception:
         self.this = this