fipy.solvers.pyamgx.linearBiCGStabSolver¶
Classes
  | 
The LinearBiCGStabSolver is an interface to the PBICGSTAB solver in AMGX, with a Jacobi preconditioner by default.  | 
- class fipy.solvers.pyamgx.linearBiCGStabSolver.LinearBiCGStabSolver(tolerance=1e-10, iterations=2000, precon={'max_iters': 1, 'solver': 'BLOCK_JACOBI'}, **kwargs)¶
 Bases:
PyAMGXSolverThe LinearBiCGStabSolver is an interface to the PBICGSTAB solver in AMGX, with a Jacobi preconditioner by default.
- Parameters:
 tolerance (float) – Required error tolerance.
iterations (int) – Maximum number of iterative steps to perform.
precon (Preconditioner, optional) –
**kwargs – Other AMGX solver options
- __repr__()¶
 Return repr(self).
                Last updated on Jun 26, 2024.
                Created using Sphinx 7.1.2.
                
              
        FiPy