AlgebraicMultigrid 0.1
C++ algebraic multigrid.
|
▼NAMG | |
CGrid | Static functions for constructing A and b , the components of a linear system Au = b |
CInterpolatorBase | Base class for interpolators that implement prolongation and restriction as linear operators constructed by the make_operators virtual function |
CJacobi | Dense Jacobi iterative method |
CLinearInterpolator | Interface for linear interpolation |
CMultigrid | Interface for multigrid solver (via solve ) that iteratively performs standard vcycle s |
CSmootherBase | Base class for smoothers that must implement a smooth function for the iterative solution of a linear system Au = b |
CSparseGaussSeidel | Symmetric Gauss-Seidel smoother for sparse systems |
CSuccessiveOverRelaxation | Dense successive over relaxation iterative method |