Skip to content
Snippets Groups Projects
Commit 05d3854e authored by Uli Sack's avatar Uli Sack Committed by usack
Browse files

added some little docu

[[Imported from SVN: r7377]]
parent cba0e078
No related branches found
No related tags found
No related merge requests found
...@@ -271,6 +271,10 @@ ...@@ -271,6 +271,10 @@
std::vector<BitVectorType*> ignoreNodesHierarchy_; std::vector<BitVectorType*> ignoreNodesHierarchy_;
public: 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<Dune::shared_ptr<VectorType> > xHierarchy_;
std::vector<VectorType> rhsHierarchy_; std::vector<VectorType> rhsHierarchy_;
...@@ -285,7 +289,6 @@ ...@@ -285,7 +289,6 @@
typedef std::map<std::size_t, Dune::shared_ptr<LinearIterationStep<MatrixType, VectorType> > > SmootherCache; typedef std::map<std::size_t, Dune::shared_ptr<LinearIterationStep<MatrixType, VectorType> > > SmootherCache;
SmootherCache levelWiseSmoothers_; SmootherCache levelWiseSmoothers_;
bool preprocessCalled; bool preprocessCalled;
}; };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment