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

reformat docu

[[Imported from SVN: r6544]]
parent 84b0aaa9
No related branches found
No related tags found
No related merge requests found
......@@ -7,8 +7,8 @@
/** \brief A solver which consists of a single loop
*
This class basically implements a loop that calls an iteration procedure
(which is to be supplied by the user). It also monitors convergence.
* This class basically implements a loop that calls an iteration procedure
* (which is to be supplied by the user). It also monitors convergence.
*/
template <class VectorType, class BitVectorType = Dune::BitSetVector<VectorType::block_type::dimension> >
class LoopSolver : public IterativeSolver<VectorType, BitVectorType>
......@@ -38,7 +38,8 @@ public:
virtual void check() const;
/** \brief Loop, call the iteration procedure
* and monitor convergence */
* and monitor convergence
*/
virtual void solve();
//! The iteration step used by the algorithm
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment