19 namespace matrixfree {
40 Solver(
const std::string& name,
double tolerance);
Abstract base class for all solvers.
std::string _name
Name of solver.
virtual std::string toString() const
virtual void beginMeshSweep()=0
End the traversal.
virtual void endMeshSweep()=0
Begin the traversal.
Solver(const std::string &name, double tolerance)
Construct the solver.
static tarch::logging::Log _log
This file is part of the multigrid project within Peano 4.
This file is part of the multigrid project within Peano 4.