From: guido Date: Tue, 7 Oct 2003 15:08:51 +0000 (+0000) Subject: FGMRES X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=23b245c79f0a72296b5e44a7ac8040e5f7960112;p=dealii-svn.git FGMRES git-svn-id: https://svn.dealii.org/trunk@8087 0785d39b-7218-0410-832d-ea1e28bc413d --- 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