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:
PysparseSolverThe 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 Jun 26, 2024.
                Created using Sphinx 7.1.2.
                
              
        FiPy