AlgebraicMultigrid 0.1
C++ algebraic multigrid.
|
Go to the source code of this file.
Classes | |
class | AMG::SmootherBase< EleType > |
Base class for smoothers that must implement a smooth function for the iterative solution of a linear system Au = b . More... | |
class | AMG::SparseGaussSeidel< EleType > |
Symmetric Gauss-Seidel smoother for sparse systems. More... | |
class | AMG::Jacobi< EleType > |
Dense Jacobi iterative method. More... | |
class | AMG::SuccessiveOverRelaxation< EleType > |
Dense successive over relaxation iterative method. More... | |
Namespaces | |
namespace | AMG |