From 435a983c5817b819fe819d6c8c079592e249325d Mon Sep 17 00:00:00 2001 From: Ralf Hartmann Date: Fri, 16 Mar 2001 11:05:53 +0000 Subject: [PATCH] Doc update. git-svn-id: https://svn.dealii.org/trunk@4234 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/2001/c-3-1.html | 27 +++++++++++++++++++-------- 1 file changed, 19 insertions(+), 8 deletions(-) diff --git a/deal.II/doc/news/2001/c-3-1.html b/deal.II/doc/news/2001/c-3-1.html index 7ccc1b1fa4..882a396b1e 100644 --- a/deal.II/doc/news/2001/c-3-1.html +++ b/deal.II/doc/news/2001/c-3-1.html @@ -35,11 +35,11 @@ documentation, etc. (GK 2001/03/14)

-
  • - -

    New Design of FiniteElements - and Mappings

    - +
  • + New Design of FiniteElements + and Mappings + +

    New: The finite element classes have been redesigned from scratch to allow also elements that depend on the actual cell shape, like @@ -72,9 +72,20 @@ documentation, etc. deal.II as we tried to retain the interface to the user (mainly that of FEValues) as far as possible. -
    +

    + Together with this new design comes a reduction of 25000(!) + lines of deal.II code. This elimination + mainly affected code that previously was machine generated + (e.g. by maple). In view of almost unchanged execution times of + applications, the faster compilation and additional + functionality constitutes a significant improvement of + deal.II. Results produced by the new code + match those of the old design up to machine precision. +

    + +
    (RH & GK 2001/03/13)

    @@ -312,8 +323,8 @@ documentation, etc.

    - There still exists a constructor of FEValues without a FEValues without a Mapping argument that uses a MappingQ1 by default.
    -- 2.39.5