From 8c237b97b4b9ffb66efe7efa3006ebc8cf1e07ad Mon Sep 17 00:00:00 2001 From: kronbichler Date: Fri, 15 Aug 2008 15:12:23 +0000 Subject: [PATCH] Add an entry to the news list about the new function I implemented recently. git-svn-id: https://svn.dealii.org/trunk@16561 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/changes.h | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/deal.II/doc/news/changes.h b/deal.II/doc/news/changes.h index 3a1837d417..e120d72050 100644 --- a/deal.II/doc/news/changes.h +++ b/deal.II/doc/news/changes.h @@ -215,7 +215,7 @@ inconvenience this causes. to SparsityPattern::print .
(WB 2008/07/31) -
  • +

  • @@ -225,7 +225,7 @@ inconvenience this causes. to the function was set to true. This is now fixed.
    (WB 2008/07/30) -

  • +

    @@ -234,14 +234,24 @@ inconvenience this causes.

    deal.II

      +
    1. +

      + New: It is now possible to get the inverse of the Jacobian + matrix from the transformation form the real to the unit cell by + using FEValues::inverse_jacobian. +
      + (Martin Kronbichler 2008/08/13) +

      +
    2. New: There is a second GridTools::partition_triangulation function that takes a cell connectivity pattern as argument, rather than computing it itself as the existing function. Use cases are discussed in the documentation of the new function. +
      (WB 2008/08/06) -

    3. +

    4. @@ -251,7 +261,7 @@ inconvenience this causes. refinement possibilities.
      (Luca Heltai 2008/07/17) -

    5. +

      New: There is now a new -- 2.39.5