Parent classes:
- GenericSmoothingOperator
- dolfin::PETScObject
Implementation of SOR relaxation sweeps.
Methods:
- Constructor. Current valid values for the parameter type are:
- SORTypes::forward: SOR forward sweep
- SORTypes::backward: SOR backward sweep
- SORTypes::symmetric: symmetric SOR sweep
- with
-relaxation:
- SORTypes::forward:
- SORTypes::backward:
where
.