]> https://gitweb.dealii.org/ - dealii.git/commitdiff
More updates. 200/head
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Wed, 15 Oct 2014 19:39:28 +0000 (14:39 -0500)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Wed, 15 Oct 2014 19:39:28 +0000 (14:39 -0500)
include/deal.II/lac/solver_control.h

index 5643e0ac3d1ff5f3c670af855b042a0c1d58cfd7..f0f3da521408aa57094f76acb00fda1367f747a8 100644 (file)
@@ -30,18 +30,18 @@ class ParameterHandler;
 /*@{*/
 
 /**
- * Control class for iterative solvers.
+ * Control class to determine convergence of iterative solvers.
  *
  * Used by iterative methods to determine whether the iteration should
- * be continued. To this respect, the virtual function <tt>check()</tt> is
+ * be continued. To this end, the virtual function <tt>check()</tt> is
  * called in each iteration with the current iteration step and the
  * value indicating convergence (usually the residual).
  *
- * After the iteration has terminated, the functions @p last_value and
- * @p last_step can be used to obtain information about the final state
+ * After the iteration has terminated, the functions last_value() and
+ * last_step() can be used to obtain information about the final state
  * of the iteration.
  *
- * <tt>check()</tt> can be replaced in derived classes to allow for more
+ * check() can be replaced in derived classes to allow for more
  * sophisticated tests.
  *
  *

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.