From 23b245c79f0a72296b5e44a7ac8040e5f7960112 Mon Sep 17 00:00:00 2001 From: guido Date: Tue, 7 Oct 2003 15:08:51 +0000 Subject: [PATCH] FGMRES git-svn-id: https://svn.dealii.org/trunk@8087 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/c-4-0.html | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/deal.II/doc/news/c-4-0.html b/deal.II/doc/news/c-4-0.html index da1c3a2dcd..27c1df1674 100644 --- a/deal.II/doc/news/c-4-0.html +++ b/deal.II/doc/news/c-4-0.html @@ -187,6 +187,15 @@ contributor's names are abbreviated by WB (Wolfgang Bangerth), GK

lac

    +
  1. New: + SolverFGMRES implements the flexible + GMRES method with varying preconditioner from the right. It is + also accessible in SolverSelector by choosing fgmres. +
    + (GK 2002/10/07) +

    +
  2. Changed: The SparseDirectMA27 class used to store a pointer to the sparsity pattern of the matrix. It now releases this as soon as it doesn't need it any -- 2.39.5