From 6ec870a30cee6dec7c454519965ab0cdd5691dd4 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Wed, 14 Nov 2001 15:35:40 +0000 Subject: [PATCH] Fix a problem with the declaration of the SolverMinRes::solve function. Fix another problem in the Bicgstab solver. git-svn-id: https://svn.dealii.org/trunk@5204 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/2001/c-3-2.html | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/deal.II/doc/news/2001/c-3-2.html b/deal.II/doc/news/2001/c-3-2.html index 7c25412bcf..e6603e985e 100644 --- a/deal.II/doc/news/2001/c-3-2.html +++ b/deal.II/doc/news/2001/c-3-2.html @@ -88,6 +88,22 @@ documentation, etc.

lac

    +
  1. + Fixed: an error in the definition of the SolverMinRes::solve function prevented + its compilation under some circumstances. +
    + (WB 2001/11/14) +

    + +
  2. + Fixed: upon breakdown, the SolverBicgstab forgot to increment the + iteration counter for the breakdown cycle. This is now fixed. +
    + (WB 2001/11/14) +

    +
  3. Improved: class SolverGMRES accepts a parameter in AdditionalData, -- 2.39.5