Skip to content
Snippets Groups Projects
Commit 258e4866 authored by Oliver Sander's avatar Oliver Sander Committed by sander@PCPOOL.MI.FU-BERLIN.DE
Browse files

IterativeSolver is not in namespace Dune anymore

[[Imported from SVN: r1590]]
parent b0ae27f5
No related branches found
No related tags found
No related merge requests found
...@@ -100,7 +100,7 @@ protected: ...@@ -100,7 +100,7 @@ protected:
const RodAssembler<GridType>* rodAssembler_; const RodAssembler<GridType>* rodAssembler_;
/** \brief The multigrid solver */ /** \brief The multigrid solver */
Dune::IterativeSolver<MatrixType, CorrectionType>* mmgSolver_; IterativeSolver<MatrixType, CorrectionType>* mmgSolver_;
/** \brief The hierarchy of trust-region obstacles */ /** \brief The hierarchy of trust-region obstacles */
std::vector<std::vector<BoxConstraint<blocksize> > > trustRegionObstacles_; std::vector<std::vector<BoxConstraint<blocksize> > > trustRegionObstacles_;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment