From 270f90a3ea4784e7035306794dc83ba645124a37 Mon Sep 17 00:00:00 2001 From: guido Date: Thu, 7 Dec 2000 11:13:44 +0000 Subject: [PATCH] update on changes git-svn-id: https://svn.dealii.org/trunk@3528 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/2000/c-3-0.html | 43 ++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) diff --git a/deal.II/doc/news/2000/c-3-0.html b/deal.II/doc/news/2000/c-3-0.html index 2b04a0a136..38ba2b05dd 100644 --- a/deal.II/doc/news/2000/c-3-0.html +++ b/deal.II/doc/news/2000/c-3-0.html @@ -144,6 +144,22 @@ documentation, etc.

base

    + +
  1. + Improved: exceptions ExcIO and ExcOutOfMemory are defined globally now. +
    + (GK 2000/12/07) +

    + +
  2. + Improved: ParameterHandler now has a + function log_parameters which + allows output of all parameters to a log file. +
    + (GK 2000/12/07) +

    +
  3. New: almost all classes that store data now have a function memory_consumption that returns an @@ -250,6 +266,33 @@ documentation, etc.

    lac

      + +
    1. + Improved: block classes have a variable number of blocks now, + not a template parameter. +
      + (GK 2000/12/07) +

      + +
    2. + New: BlockDiagonalMatrix is a + template that generates a matrix with multiple copies of the + same block on the diagonal. +
      + (GK 2000/12/07) +

      + +
    3. + + Improved: Krylov-space solvers do not use the function residual + anymore. This allows easier implementation of new matrix + classes. SolverGMRES now also counts + the first iteration step. Finally, all solvers inherit a Subscriptor. +
      + (GK 2000/12/07) +

      +
    4. New: There are now functions SparsityPattern::symmetrize and -- 2.39.5