From d39333c8b2dbb21e3bc28ed29e33c73f299005f9 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Wed, 4 Apr 2001 12:40:06 +0000 Subject: [PATCH] Change thing about throwing an exception from solvers. git-svn-id: https://svn.dealii.org/trunk@4369 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/2001/c-3-1.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/deal.II/doc/news/2001/c-3-1.html b/deal.II/doc/news/2001/c-3-1.html index 8e0c8cf35b..dbfef6519a 100644 --- a/deal.II/doc/news/2001/c-3-1.html +++ b/deal.II/doc/news/2001/c-3-1.html @@ -240,8 +240,10 @@ documentation, etc.
  1. Changed: Solver functions solve are void now. If the solver has not converged within the - maximum number of iterations, it throws an exception of type - ExcNoConvergence. + maximum number of iterations or encounters a breakdown, it + throws an exception of type SolverControl::NoConvergence instead of + returning a special value.
    (GK 2001/03/29)

    -- 2.39.5