fipy.solvers.pyAMG.linearGeneralSolver¶
Classes
|
The LinearGeneralSolver is an interface to the generic PyAMG, which solves the arbitrary system Ax=b with the best out-of-the box choice for a solver. |
- class fipy.solvers.pyAMG.linearGeneralSolver.LinearGeneralSolver(tolerance=1e-10, iterations=1000, precon=None)¶
Bases:
_ScipySolver
The LinearGeneralSolver is an interface to the generic PyAMG, which solves the arbitrary system Ax=b with the best out-of-the box choice for a solver. See pyAMG.solve for details.
Create a Solver object.
- Parameters:
- __repr__()¶
Return repr(self).
Last updated on Nov 20, 2024.
Created using Sphinx 7.1.2.