AlgebraicMultigrid 0.1
C++ algebraic multigrid.
Loading...
Searching...
No Matches
AMG::Jacobi< EleType > Member List

This is the complete list of members for AMG::Jacobi< EleType >, including all inherited members.

compute_error_every_n_itersAMG::SmootherBase< EleType >
Jacobi()AMG::Jacobi< EleType >inline
n_itersAMG::SmootherBase< EleType >
smooth(const Eigen::SparseMatrix< EleType > &A, Eigen::Matrix< EleType, -1, 1 > &u, const Eigen::Matrix< EleType, -1, 1 > &b)AMG::Jacobi< EleType >inlinevirtual
SmootherBase()AMG::SmootherBase< EleType >inline
SmootherBase(size_t n_iters_)AMG::SmootherBase< EleType >inline
SmootherBase(double tolerance_, size_t compute_error_every_n_iters_, size_t n_iters_)AMG::SmootherBase< EleType >inline
toleranceAMG::SmootherBase< EleType >