NGSolve
4.9
|
Jacobi and Gauss Seidel smoother for scalar, block and system matrices. More...
#include <jacobi.hpp>
Public Member Functions | |
virtual void | GSSmooth (BaseVector &x, const BaseVector &b) const =0 |
virtual void | GSSmooth (BaseVector &x, const BaseVector &b, BaseVector &y) const =0 |
virtual void | GSSmoothBack (BaseVector &x, const BaseVector &b) const =0 |
Jacobi and Gauss Seidel smoother for scalar, block and system matrices.