fipy.solvers.trilinos.linearBicgstabSolver¶
Classes
|
The LinearBicgstabSolver is an interface to the biconjugate gradient stabilized solver in Trilinos, using the JacobiPreconditioner by default. |
- class fipy.solvers.trilinos.linearBicgstabSolver.LinearBicgstabSolver(tolerance=1e-10, iterations=1000, precon=<fipy.solvers.trilinos.preconditioners.jacobiPreconditioner.JacobiPreconditioner object>)¶
Bases:
TrilinosAztecOOSolver
The LinearBicgstabSolver is an interface to the biconjugate gradient stabilized solver in Trilinos, using the JacobiPreconditioner by default.
- Parameters:
tolerance (float) – Required error tolerance.
iterations (int) – Maximum number of iterative steps to perform.
precon (Preconditioner) –
- __repr__()¶
Return repr(self).
Last updated on Nov 20, 2024.
Created using Sphinx 7.1.2.