#include <memory>
#include <tuple>
#include "dune/istl/bvector.hh"
#include "linalg/dynamicMatrix.hh"
#include "linalg/threadedMatrix.hh"
#include "mg/prolongation.hh"
#include "utilities/enums.hh"
Go to the source code of this file.
|
class | Kaskade::MGSolverStatistics< d, Real > |
| An interface for gathering multigrid solver statistics. More...
|
|
class | Kaskade::QPMultiGridBase< d, Prolongation, Smoother, CoarseSmoother, Real > |
| A base class for multigrid solver for QPs. More...
|
|
class | Kaskade::QPMultiGrid< d, Prolongation, Real, Smoother, CoarseSmoother > |
| A multigrid solver for convex QPs. More...
|
|
class | Kaskade::QPMultiGridStrict< d, Prolongation, Real, Smoother, CoarseSmoother > |
|