Skip to content
Snippets Groups Projects
Commit dc3e323e authored by oliver.sander_at_tu-dresden.de's avatar oliver.sander_at_tu-dresden.de
Browse files

Move the MultigridStep class into the Dune::Solvers namespace

... and import it back out, again.
parent 3f227114
No related branches found
No related tags found
No related merge requests found
...@@ -12,6 +12,10 @@ ...@@ -12,6 +12,10 @@
#include "lineariterationstep.hh" #include "lineariterationstep.hh"
namespace Dune {
namespace Solvers {
/** \brief A linear multigrid step */ /** \brief A linear multigrid step */
template< template<
class MatrixType, class MatrixType,
...@@ -228,6 +232,14 @@ ...@@ -228,6 +232,14 @@
bool preprocessCalled; bool preprocessCalled;
}; };
} // namespace Solvers
} // namespace Dune
// For backward compatibility: will be removed eventually
using Dune::Solvers::MultigridStep;
#include "multigridstep.cc" #include "multigridstep.cc"
#endif #endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment