From e9560bce91174f07ca0eae303376d544d3ccb838 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Wed, 15 Oct 2014 14:39:28 -0500 Subject: [PATCH] More updates. --- include/deal.II/lac/solver_control.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/include/deal.II/lac/solver_control.h b/include/deal.II/lac/solver_control.h index 5643e0ac3d..f0f3da5214 100644 --- a/include/deal.II/lac/solver_control.h +++ b/include/deal.II/lac/solver_control.h @@ -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 check() is + * be continued. To this end, the virtual function 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 + * 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. * - * check() can be replaced in derived classes to allow for more + * check() can be replaced in derived classes to allow for more * sophisticated tests. * * -- 2.39.5