Parent classes:
Wrapper class for various relaxation methods.
Methods:
- Constructor. Current valid values for the parameter method are:
- “jacobi”: Jacobi relaxation sweep
- “fsor”: forward SOR sweep (this is equivalent to Gauss-Seidel if omega=1.0)
- “bsor”: backward SOR sweep
- “ssor”: symmetric SOR sweep