From: Guido Kanschat Date: Tue, 11 Sep 2001 12:56:55 +0000 (+0000) Subject: bicgstab X-Git-Tag: v8.0.0~18839 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=30bb17d3fec36bf2e3756659735db40cd4a11d0e;p=dealii.git bicgstab git-svn-id: https://svn.dealii.org/trunk@4959 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 0fecf43917..4ae8c9f0ca 100644 --- a/deal.II/doc/news/2001/c-3-1.html +++ b/deal.II/doc/news/2001/c-3-1.html @@ -343,6 +343,15 @@ documentation, etc.

lac

    +
  1. + + Improved: the stopping criterion of SolverBicgstab without computing the exact + residual is implemented +
    + (GK 2001/09/11) +

    +
  2. New: The FullMatrix class now has a function operator*=, which simply