fipy.solvers.pysparse.linearJORSolver

Classes

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

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:
  • tolerance (float) – Required error tolerance.

  • iterations (int) – Maximum number of iterative steps to perform.

  • relaxation (float) – Fraction of update to apply

__repr__()

Return repr(self).

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