fipy.solvers.pyAMG.linearGMRESSolver

Classes

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

The LinearGMRESSolver is an interface to the GMRES solver in Scipy, using the PyAMG SmoothedAggregationPreconditioner by default.

class fipy.solvers.pyAMG.linearGMRESSolver.LinearGMRESSolver(tolerance=1e-15, iterations=2000, precon=<fipy.solvers.pyAMG.preconditioners.smoothedAggregationPreconditioner.SmoothedAggregationPreconditioner object>)

Bases: LinearGMRESSolver

The LinearGMRESSolver is an interface to the GMRES solver in Scipy, using the PyAMG SmoothedAggregationPreconditioner by default.

Parameters:
__repr__()

Return repr(self).

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