From bb110e32d223768398cc602229d565819ad82d35 Mon Sep 17 00:00:00 2001 From: wolf Date: Tue, 27 Jun 2000 07:20:19 +0000 Subject: [PATCH] Small clean-up. git-svn-id: https://svn.dealii.org/trunk@3085 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/2000/c-3-0.html | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/deal.II/doc/news/2000/c-3-0.html b/deal.II/doc/news/2000/c-3-0.html index ce09675a5d..c33033bd27 100644 --- a/deal.II/doc/news/2000/c-3-0.html +++ b/deal.II/doc/news/2000/c-3-0.html @@ -116,15 +116,15 @@
  1. New: For recognizing a diverging solver before the maximum - number of steps is reached, SolverControl returns failure also if the residual increases - the start residual by a specific factor. This factor is given - to the SolverControl by the set_failure_criterion function. After - calling the latter function the checking of this additional - failure criterion may again be disabled by calling clear_failure_criterion. + number of steps is reached, + SolverControl returns + failure also if the residual + increases over the start residual by a specific factor. This + factor is given to the SolverControl + object by the set_failure_criterion + function. After calling the latter function, checking of this + additional failure criterion may again be disabled by calling + clear_failure_criterion.
    (Ralf Hartmann 2000/06/26)

    -- 2.39.5