From 365c896352cbe3601a4026de4da1c6fa978468e2 Mon Sep 17 00:00:00 2001 From: wolf Date: Mon, 2 Dec 2002 17:34:16 +0000 Subject: [PATCH] Add some new entries. git-svn-id: https://svn.dealii.org/trunk@6796 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/2002/c-3-4.html | 21 ++++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-) diff --git a/deal.II/doc/news/2002/c-3-4.html b/deal.II/doc/news/2002/c-3-4.html index dc5f074c5e..213c255096 100644 --- a/deal.II/doc/news/2002/c-3-4.html +++ b/deal.II/doc/news/2002/c-3-4.html @@ -198,6 +198,14 @@ contributor's names are abbreviated by WB (Wolfgang Bangerth), GK

base

    +
  1. + New: There is now a Patterns::List pattern + that matches a list of elements each of which has to satisfy a pattern + that was given to the constructor. +
    + (WB 2002/11/29) +

    +
  2. Changed: In POSIX mode, when the ThreadManager class created a new thread through pthread_create, @@ -364,6 +372,14 @@ contributor's names are abbreviated by WB (Wolfgang Bangerth), GK

    lac

      +
    1. + New: The interface for sparse decompositions has been abstracted, and + there is now an Modified Incomplete Cholesky (MIC) decomposition in + addition to the Imcomplete LU (ILU) decomposition. +
      + (Stephen Kolaroff 2002/11/27) +

      +
    2. Changed: In multithread mode, the SparseMatrix would spawn @@ -764,14 +780,13 @@ contributor's names are abbreviated by WB (Wolfgang Bangerth), GK

    3. - New: For encapsulated postscript of 2d grids, it is now - possible to tell the GridOut to + New: For encapsulated postscript output of 2d grids, it is now + possible to tell the GridOut class to write the cell numbers into each cell, as well as the numbers of the vertices.
      (WB 2002/06/04)

      -

    -- 2.39.5