From: Wolfgang Bangerth Date: Wed, 14 Nov 2001 15:35:40 +0000 (+0000) Subject: Fix a problem with the declaration of the SolverMinRes::solve X-Git-Tag: v8.0.0~18624 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6ec870a30cee6dec7c454519965ab0cdd5691dd4;p=dealii.git 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 --- 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,