From e2b0bfd077ae97fdaa7fb24726cc020ea050cc9e Mon Sep 17 00:00:00 2001 From: Ralf Hartmann Date: Thu, 24 Jun 2004 15:39:44 +0000 Subject: [PATCH] New right_preconditioning argument in PETScWrappers::SolverGMRES::AdditionalData. git-svn-id: https://svn.dealii.org/trunk@9469 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/c-5.0.html | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/deal.II/doc/news/c-5.0.html b/deal.II/doc/news/c-5.0.html index b9f3da9fd1..3209c04046 100644 --- a/deal.II/doc/news/c-5.0.html +++ b/deal.II/doc/news/c-5.0.html @@ -105,6 +105,15 @@ inconvenience this causes.

lac

    +
  1. + Improved: The PETScWrappers::SolverGMRES::AdditionalData + class now takes an additional flag indicating the use of left + or right preconditioning. +
    + (RH 2004/06/24) +

    +
  2. Improved: The SparseDirectMA27 class can now handle float as well as double input matrices and vectors. -- 2.39.5