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

delete some outdated documentation

[[Imported from SVN: r3233]]
parent 6b1e1e22
No related branches found
No related tags found
No related merge requests found
...@@ -5,11 +5,7 @@ ...@@ -5,11 +5,7 @@
#include <dune/solvers/iterationsteps/iterationstep.hh> #include <dune/solvers/iterationsteps/iterationstep.hh>
#include <dune/solvers/norms/norm.hh> #include <dune/solvers/norms/norm.hh>
/** \brief A generic iterative solver /** \brief Abstract base class for iterative solvers */
*
* This class basically implements a loop that calls
* an iteration procedure (which is to be supplied be
* the user). It also monitors convergence. */
template <class VectorType, class BitVectorType = Dune::BitSetVector<VectorType::block_type::dimension> > template <class VectorType, class BitVectorType = Dune::BitSetVector<VectorType::block_type::dimension> >
class IterativeSolver : public Solver class IterativeSolver : public Solver
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment