From: Wolfgang Bangerth Date: Wed, 23 Nov 2005 15:18:51 +0000 (+0000) Subject: Small doc update. X-Git-Tag: v8.0.0~12857 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3714cf16f7a17193bd9f1229f8bf63c15f96953f;p=dealii.git Small doc update. git-svn-id: https://svn.dealii.org/trunk@11778 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/lac/include/lac/solver.h b/deal.II/lac/include/lac/solver.h index 247638de74..c4977b6d17 100644 --- a/deal.II/lac/include/lac/solver.h +++ b/deal.II/lac/include/lac/solver.h @@ -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 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 &); - + /** * Access to object that controls * convergence.