fipy.solvers.petsc.linearBicgSolver¶
Classes
|
The LinearBicgSolver is an interface to the biconjugate gradient solver in PETSc, using no preconditioner by default. |
- class fipy.solvers.petsc.linearBicgSolver.LinearBicgSolver(tolerance=1e-10, iterations=1000, precon=None)¶
Bases:
PETScKrylovSolver
The LinearBicgSolver is an interface to the biconjugate gradient solver in PETSc, using no preconditioner by default.
- Parameters:
tolerance: The required error tolerance.
iterations: The maximum number of iterative steps to perform.
precon: Preconditioner to use (string).
- __repr__()¶
Return repr(self).
Last updated on Nov 20, 2024.
Created using Sphinx 7.1.2.