fipy.solvers.scipy.linearCGSSolver

Classes

LinearCGSSolver([tolerance, iterations, precon])

The LinearCGSSolver is an interface to the CGS solver in Scipy, with no preconditioning by default.

class fipy.solvers.scipy.linearCGSSolver.LinearCGSSolver(tolerance=1e-15, iterations=2000, precon=None)

Bases: _ScipyKrylovSolver

The LinearCGSSolver is an interface to the CGS solver in Scipy, with no preconditioning by default.

Parameters:
  • tolerance (float) – Required error tolerance.

  • iterations (int) – Maximum number of iterative steps to perform.

  • precon – Preconditioner to use.

__repr__()

Return repr(self).

Last updated on Jun 26, 2024. Created using Sphinx 7.1.2.