]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Doc fix.
authorhartmann <hartmann@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 7 Mar 2001 10:42:20 +0000 (10:42 +0000)
committerhartmann <hartmann@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 7 Mar 2001 10:42:20 +0000 (10:42 +0000)
git-svn-id: https://svn.dealii.org/trunk@4137 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/lac/include/lac/solver_control.h

index fc750da7f8061dd73ac865cb599e7cb54f1f5546..dc6b0b33d8b0b38ad36e2c748327dca17230f860 100644 (file)
@@ -21,11 +21,10 @@ class ParameterHandler;
 /**
  * Control class for iterative solvers.
  *
- * Used by iterative methods to
- * determine whether the iteration should be continued. To this respect,
- * the virtual function @p{check()} is called in each iteration
- * with the current iteration
- * step and the value indicating convergence (usually the residual).
+ * Used by iterative methods to determine whether the iteration should
+ * be continued. To this respect, the virtual function @p{check()} 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
@@ -36,8 +35,8 @@ class ParameterHandler;
  *
  *
  * @sect2{State}
- * The return states of the check function are of type @p{State}, which is an
- * enum local to this class. It indicates the state the
+ * The return states of the check function are of type @p{State},
+ * which is an enum local to this class. It indicates the state the
  * solver is in.
  *
  * The possible values of State are
@@ -296,7 +295,7 @@ class SolverControl : public Subscriptor
  * whatever criterion was chosen by the solver class) is reduced by a
  * given factor. This is useful in cases where you don't want to solve
  * exactly, but rather want to gain two digits or if the maximal
- * number of iterations is achived.  For exemple: The maximal number
+ * number of iterations is achieved.  For example: The maximal number
  * of iterations is 20, the reduction factor is 1% und the tolerance
  * is 0.1%. The initial residual is 2.5. The process will break if 20
  * iteration are comleted or the new residual is less then 2.5*1% or

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.