From b8bbbc2c63a9126f284282eb879b84aea182025e Mon Sep 17 00:00:00 2001 From: guido Date: Mon, 6 Jan 2003 15:09:07 +0000 Subject: [PATCH] preconditioner change git-svn-id: https://svn.dealii.org/trunk@6869 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/2002/c-3-4.html | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/deal.II/doc/news/2002/c-3-4.html b/deal.II/doc/news/2002/c-3-4.html index 0ac94a590a..861c225ecd 100644 --- a/deal.II/doc/news/2002/c-3-4.html +++ b/deal.II/doc/news/2002/c-3-4.html @@ -222,6 +222,16 @@ 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 -- 2.39.5