fipy.solvers.pyamgx.linearFGMRESSolver

Classes

LinearFGMRESSolver([tolerance, iterations, ...])

The LinearFGMRESSolver is an interface to the FGMRES solver in AMGX, with a Jacobi preconditioner by default.

class fipy.solvers.pyamgx.linearFGMRESSolver.LinearFGMRESSolver(tolerance=1e-10, iterations=2000, precon={'max_iters': 1, 'solver': 'BLOCK_JACOBI'}, **kwargs)

Bases: PyAMGXSolver

The LinearFGMRESSolver is an interface to the FGMRES 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.