From 981cf915d48aa47654eca914c3687a222463b349 Mon Sep 17 00:00:00 2001 From: wolf Date: Thu, 9 Jan 2003 16:50:54 +0000 Subject: [PATCH] Move Preconditioner entry to lac subsection where it belongs. git-svn-id: https://svn.dealii.org/trunk@6900 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/2002/c-3-4.html | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/deal.II/doc/news/2002/c-3-4.html b/deal.II/doc/news/2002/c-3-4.html index 72626c61bf..ae2aee0285 100644 --- a/deal.II/doc/news/2002/c-3-4.html +++ b/deal.II/doc/news/2002/c-3-4.html @@ -222,16 +222,6 @@ contributor's names are abbreviated by WB (Wolfgang Bangerth), GK

base

    - -
  1. Changed: In an attempt to unify the use of preconditioners a little, - the function initialize of classes PreconditionRelaxation and PreconditionBlock take an argument of type AdditionalData, defined in the same class. -
    - (GK 2003/01/06) -

    -
  2. New: Newer versions of gcc have a very nice feature: you can set a verbose terminate handler, that not only aborts a program @@ -427,6 +417,16 @@ contributor's names are abbreviated by WB (Wolfgang Bangerth), GK (GK 2003/01/08)

    + +
  3. Changed: In an attempt to unify the use of preconditioners a little, + the function initialize of classes PreconditionRelaxation and PreconditionBlock take an argument of type AdditionalData, defined in the same class. +
    + (GK 2003/01/06) +

    +
  4. New: The interface for sparse decompositions has been abstracted, and there is now an Modified Incomplete Cholesky (MIC) decomposition in -- 2.39.5