ExaDG
|
#include <coarse_grid_solvers.h>
Public Member Functions | |
MGCoarseAMG (Operator const &op, bool const initialize, AMGData data=AMGData()) | |
void | update () final |
void | operator() (unsigned int const, VectorType &dst, VectorType const &src) const final |
The aim of this class is to translate PreconditionerAMG to a coarse-grid solver with the function operator()().
|
inlinefinalvirtual |
Implements ExaDG::CoarseGridSolverBase< Operator >.