MFEM v2.0
|
Data type for symmetric Gauss-Seidel smoother of sparse matrix. More...
#include <sparsesmoothers.hpp>
Public Member Functions | |
GSSmoother (const SparseMatrix &a) | |
Create GSSmoother. | |
virtual void | Mult (const Vector &x, Vector &y) const |
Matrix vector multiplication with GS Smoother. | |
virtual | ~GSSmoother () |
Destroys the GS Smoother. |
Data type for symmetric Gauss-Seidel smoother of sparse matrix.
Definition at line 16 of file sparsesmoothers.hpp.
GSSmoother::GSSmoother | ( | const SparseMatrix & | a | ) |
Create GSSmoother.
Definition at line 21 of file sparsesmoothers.cpp.
GSSmoother::~GSSmoother | ( | ) | [virtual] |
Destroys the GS Smoother.
Definition at line 34 of file sparsesmoothers.cpp.
Matrix vector multiplication with GS Smoother.
Implements Operator.
Definition at line 25 of file sparsesmoothers.cpp.
References MatrixInverse::a.