AlgebraicMultigrid 0.1
C++ algebraic multigrid.
Loading...
Searching...
No Matches
Namespace List
Here is a list of all namespaces with brief descriptions:
[detail level 12]
 NAMG
 CGridStatic functions for constructing A and b, the components of a linear system Au = b
 CInterpolatorBaseBase class for interpolators that implement prolongation and restriction as linear operators constructed by the make_operators virtual function
 CJacobiDense Jacobi iterative method
 CLinearInterpolatorInterface for linear interpolation
 CMultigridInterface for multigrid solver (via solve) that iteratively performs standard vcycles
 CSmootherBaseBase class for smoothers that must implement a smooth function for the iterative solution of a linear system Au = b
 CSparseGaussSeidelSymmetric Gauss-Seidel smoother for sparse systems
 CSuccessiveOverRelaxationDense successive over relaxation iterative method