AlgebraicMultigrid 0.1
C++ algebraic multigrid.
|
This is the complete list of members for AMG::SmootherBase< EleType >, including all inherited members.
compute_error_every_n_iters | AMG::SmootherBase< EleType > | |
n_iters | AMG::SmootherBase< EleType > | |
smooth(const Eigen::SparseMatrix< EleType > &A, Eigen::Matrix< EleType, -1, 1 > &u, const Eigen::Matrix< EleType, -1, 1 > &b)=0 | AMG::SmootherBase< EleType > | pure virtual |
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 |
tolerance | AMG::SmootherBase< EleType > |