fipy.solvers.pysparse.linearJORSolver¶
Classes
|
The LinearJORSolver solves a linear system of equations using Jacobi over-relaxation. |
- class fipy.solvers.pysparse.linearJORSolver.LinearJORSolver(tolerance=1e-10, iterations=1000, relaxation=1.0)¶
Bases:
PysparseSolver
The LinearJORSolver solves a linear system of equations using Jacobi over-relaxation. This method solves systems with a general non-symmetric coefficient matrix.
The Solver class should not be invoked directly.
- Parameters:
- __repr__()¶
Return repr(self).
Last updated on Feb 14, 2025.
Created using Sphinx 7.1.2.