From: guido Date: Fri, 24 May 2002 13:45:44 +0000 (+0000) Subject: GMRES vector allocation X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b64197ecc53221ed7c9775e4d630b0a667d0c8c3;p=dealii-svn.git GMRES vector allocation git-svn-id: https://svn.dealii.org/trunk@5874 0785d39b-7218-0410-832d-ea1e28bc413d --- 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