From b64197ecc53221ed7c9775e4d630b0a667d0c8c3 Mon Sep 17 00:00:00 2001 From: guido Date: Fri, 24 May 2002 13:45:44 +0000 Subject: [PATCH] GMRES vector allocation git-svn-id: https://svn.dealii.org/trunk@5874 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/2002/c-3-3.html | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/deal.II/doc/news/2002/c-3-3.html b/deal.II/doc/news/2002/c-3-3.html index d6b25b3630..dd9b890a13 100644 --- a/deal.II/doc/news/2002/c-3-3.html +++ b/deal.II/doc/news/2002/c-3-3.html @@ -241,6 +241,15 @@ contributor's names are abbreviated by WB (Wolfgang Bangerth), GK

lac

    +
  1. Improved: SolverGMRES allocates + basis vectors only, when they are needed. Therefore, it is safe + now to ask for a basis larger than the expected number of + iteration steps. On the other hand, memory allocation failures + may occur during the iteration now. +
    + (GK 2002/05/24) +

    +
  2. New: Function SparsityPattern::matrix_position is the -- 2.39.5