From: wolf Date: Wed, 4 Apr 2001 12:40:06 +0000 (+0000) Subject: Change thing about throwing an exception from solvers. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d61684f349ec2ce6ef5c5dcbdf0bdf23deaa743e;p=dealii-svn.git Change thing about throwing an exception from solvers. git-svn-id: https://svn.dealii.org/trunk@4369 0785d39b-7218-0410-832d-ea1e28bc413d --- 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)