From: wolf Date: Wed, 14 Nov 2001 13:32:51 +0000 (+0000) Subject: Bicgstab: X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ad9c9c5e38aa7d3bd5abc123c9ad1d03aab4affb;p=dealii-svn.git Bicgstab: Increase step number at the start of the loop, since otherwise the increment would have been forgotten upon break-down. git-svn-id: https://svn.dealii.org/trunk@5199 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/news/2001/3.2.0-vs-3.2.1.html b/deal.II/doc/news/2001/3.2.0-vs-3.2.1.html index 6114452107..58e8050aff 100644 --- a/deal.II/doc/news/2001/3.2.0-vs-3.2.1.html +++ b/deal.II/doc/news/2001/3.2.0-vs-3.2.1.html @@ -14,6 +14,14 @@

Changes between versions 3.2.0 and 3.2.1

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

    +
  2. Fixed: the DoFTools::make_flux_sparsity_pattern was