fipy.solvers.pysparse.linearGMRESSolver

Classes

LinearGMRESSolver([precon])

The LinearGMRESSolver solves a linear system of equations using the generalized minimal residual method (GMRES) with Jacobi preconditioning.

class fipy.solvers.pysparse.linearGMRESSolver.LinearGMRESSolver(precon=<fipy.solvers.pysparse.preconditioners.jacobiPreconditioner.JacobiPreconditioner object>, *args, **kwargs)

Bases: PysparseSolver

The LinearGMRESSolver solves a linear system of equations using the generalized minimal residual method (GMRES) with Jacobi preconditioning. GMRES solves systems with a general non-symmetric coefficient matrix.

The LinearGMRESSolver is a wrapper class for the the Pysparse itsolvers.gmres() and precon.jacobi() methods.

Parameters:

precon (Preconditioner, optional) –

__repr__()

Return repr(self).

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