From c952ffd78ffefa048e823fff7029af23a80c56d0 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Wed, 23 Sep 2009 18:53:04 +0000 Subject: [PATCH] Two updates. git-svn-id: https://svn.dealii.org/trunk@19516 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/changes.h | 27 ++++++++++++++++++++++++--- 1 file changed, 24 insertions(+), 3 deletions(-) diff --git a/deal.II/doc/news/changes.h b/deal.II/doc/news/changes.h index 5bd9395112..1f2cbcc61f 100644 --- a/deal.II/doc/news/changes.h +++ b/deal.II/doc/news/changes.h @@ -82,6 +82,21 @@ inconvenience this causes.

General

    +
  1. +

    + New: A report has been added on the + codimension one capabilities + of the library (by Antonio DeSimone, Luca Heltai + and Cataldo Manigrasso, SISSA, Trieste, Italy). It + explains in detail how to use the + library for the solution of problems defined on codimension + one manifolds, such as, for example, Boundary Element Methods. +
    + (Luca Heltai, 2009/09/23) +

    +
  2. +
  3. New: The configure switch --with-cpu=... now allows the value @@ -200,13 +215,19 @@ inconvenience this causes.

    base

      +
    1. New: SymmetricTensor::unrolled_index() returns the index of an element of + a symmetric tensor within an unrolled vector. +
      + (WB 2009/09/23) +

    2. +
    3. New: classes NamedData and NamedSelection provide an interface to store and retrieve data objects with name identifiers.
      (GK 2009/09/13)

    4. - +
    5. New: The Utilities::System::job_supports_mpi() can be used to query whether @@ -432,13 +453,13 @@ inconvenience this causes.
      (GK 2009/09/13)

      -
    6. +
    7. Improved: MGDoFHandler now also has a typedef for MGDoFHandler::Container
      (GK 2009/09/13)

      -
    8. +
    9. FETools::compute_block_renumbering() can nor return block sizes instead of start indices. -- 2.39.5