fipy.solvers.pyAMG.linearCGSSolver¶
Classes
  | 
The LinearCGSSolver is an interface to the CGS solver in Scipy, using the PyAMG SmoothedAggregationPreconditioner by default.  | 
- class fipy.solvers.pyAMG.linearCGSSolver.LinearCGSSolver(tolerance=1e-15, iterations=2000, precon=<fipy.solvers.pyAMG.preconditioners.smoothedAggregationPreconditioner.SmoothedAggregationPreconditioner object>)¶
 Bases:
LinearCGSSolverThe LinearCGSSolver is an interface to the CGS solver in Scipy, using the PyAMG SmoothedAggregationPreconditioner by default.
- Parameters:
 tolerance (float) – Required error tolerance.
iterations (int) – Maximum number of iterative steps to perform.
precon (SmoothedAggregationPreconditioner, optional) –
- __repr__()¶
 Return repr(self).
                Last updated on Jun 26, 2024.
                Created using Sphinx 7.1.2.
                
              
        FiPy