From e1116bf03339c71742cfc1cc4f6f15ffd6676db4 Mon Sep 17 00:00:00 2001 From: guido Date: Thu, 8 Nov 2001 08:38:53 +0000 Subject: [PATCH] Right preconditioning in GMRES git-svn-id: https://svn.dealii.org/trunk@5184 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/2001/c-3-2.html | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/deal.II/doc/news/2001/c-3-2.html b/deal.II/doc/news/2001/c-3-2.html index 4823a17261..7c25412bcf 100644 --- a/deal.II/doc/news/2001/c-3-2.html +++ b/deal.II/doc/news/2001/c-3-2.html @@ -88,6 +88,14 @@ documentation, etc.

lac

    +
  1. + Improved: class SolverGMRES accepts + a parameter in AdditionalData, + allowing for right preconditioning. +
    + (GK 2001/11/09) +

    +
  2. Fixed: class SparsityPattern can handle rows of length zero now. For quadratic matrices, these -- 2.39.5