From 05d3854e3bcbe9ec7ad2c3e4eacca139155fc9b8 Mon Sep 17 00:00:00 2001 From: Uli Sack <usack@math.fu-berlin.de> Date: Fri, 9 Nov 2012 09:22:47 +0000 Subject: [PATCH] added some little docu [[Imported from SVN: r7377]] --- dune/solvers/iterationsteps/multigridstep.hh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/dune/solvers/iterationsteps/multigridstep.hh b/dune/solvers/iterationsteps/multigridstep.hh index d315df2c..baa7c1a3 100644 --- a/dune/solvers/iterationsteps/multigridstep.hh +++ b/dune/solvers/iterationsteps/multigridstep.hh @@ -271,6 +271,10 @@ std::vector<BitVectorType*> ignoreNodesHierarchy_; public: + /** \brief! hierarchy of solution/correction vectors. + * + * on the fine level it contains the iterate, whereas on the coarse levels the corresponding corrections + */ std::vector<Dune::shared_ptr<VectorType> > xHierarchy_; std::vector<VectorType> rhsHierarchy_; @@ -285,7 +289,6 @@ typedef std::map<std::size_t, Dune::shared_ptr<LinearIterationStep<MatrixType, VectorType> > > SmootherCache; SmootherCache levelWiseSmoothers_; - bool preprocessCalled; }; -- GitLab