]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Small doc update.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Wed, 23 Nov 2005 15:18:51 +0000 (15:18 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Wed, 23 Nov 2005 15:18:51 +0000 (15:18 +0000)
git-svn-id: https://svn.dealii.org/trunk@11778 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/lac/include/lac/solver.h

index 247638de74d814aa0d96ea056cb87d12edea7721..c4977b6d1730071f86f8bd78ef07f9e0d2dc4b00 100644 (file)
@@ -138,7 +138,7 @@ class SolverControl;
  * way to give these additional data to the @p SolverSelector object for each
  * solver which it may use.
  *
- * @author Wolfgang Bangerth, Guido Kanschat, Ralf Hartmann, 1997-2001
+ * @author Wolfgang Bangerth, Guido Kanschat, Ralf Hartmann, 1997-2001, 2005
  */
 template <class VECTOR = Vector<double> >
 class Solver : public Subscriptor
@@ -146,8 +146,9 @@ class Solver : public Subscriptor
   public:
                                     /**
                                      * Constructor. Assign a control
-                                     * object which stores the required
-                                     * precision and an object to provide
+                                     * object which evaluates the
+                                     * conditions for convergence,
+                                     * and an object to provide
                                      * memory.
                                      *
                                      * Of both objects, a reference is
@@ -159,7 +160,7 @@ class Solver : public Subscriptor
                                      */
     Solver (SolverControl        &,
             VectorMemory<VECTOR> &);
-
+    
                                     /**
                                      * Access to object that controls
                                      * convergence.

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.