AlgebraicMultigrid 0.1
C++ algebraic multigrid.
|
#include <vector>
#include <Eigen/Core>
#include <Eigen/Sparse>
#include <Eigen/SparseCholesky>
#include <amg/common.hpp>
#include <amg/grid.hpp>
#include <amg/interpolator.hpp>
#include <amg/smoother.hpp>
Go to the source code of this file.
Classes | |
class | AMG::Multigrid< EleType > |
Interface for multigrid solver (via solve ) that iteratively performs standard vcycle s. More... | |
Namespaces | |
namespace | AMG |