From 0bf373e6b3bfd90e0ef635250acdf91be4a8f9f2 Mon Sep 17 00:00:00 2001 From: hartmann Date: Wed, 31 Jan 2007 10:39:46 +0000 Subject: [PATCH] Move Tobias' entry (patch 14392) from General to deal.II where this entry seems to fit in better. git-svn-id: https://svn.dealii.org/trunk@14396 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/changes.html | 62 +++++++++++++++++++---------------- 1 file changed, 33 insertions(+), 29 deletions(-) diff --git a/deal.II/doc/news/changes.html b/deal.II/doc/news/changes.html index 077d3618ab..8b89ff1245 100644 --- a/deal.II/doc/news/changes.html +++ b/deal.II/doc/news/changes.html @@ -5,7 +5,7 @@ The deal.II news page - + @@ -211,32 +211,13 @@ inconvenience this causes.

General

    - -
  1. Extended: DataOutBase::Patch has been extended by a new - boolean flag points_are_available, which defaults to - false. It is set to true if the coordinates of the points - defining the subdivision of a patch are appended to the data table - contained in a Patch. This way, DataOut::build_patches() can - use a Mapping to represent curved boundaries, - especially for higher order elements. This change corresponds to an extension - of the intermediate format for graphics. -
    - Using the given Mapping to obtain function values - in DataOut::build_patches() also fixes a bug for FE_RaviartThomas and FE_ABF - elements, which need to evaluate the function values on the real (mapped) cell. -
    - (Tobias Leicht 2007/01/30) -

    - -
  2. New: a program reconfigure has been added to the - deal.II main directory, which reruns configure with the sam - command line arguments as last time. -
    - (GK 2006/10/24) -

    +
  3. + New: a program reconfigure has been added to the + deal.II main directory, which reruns configure with + the sam command line arguments as last time. +
    + (GK 2006/10/24) +

  4. New: The step-25 tutorial program, demonstrating the solution of the nonlinear sine-Gordon equation (a variant of @@ -978,14 +959,37 @@ inconvenience this causes.

    deal.II

      +
    1. Extended: DataOutBase::Patch has been extended by + a new boolean flag points_are_available, which + defaults to false. It is set to true if the + coordinates of the points defining the subdivision of a patch + are appended to the data table contained in a + Patch. This way, DataOut::build_patches() can use a Mapping to represent curved boundaries, + especially for higher order elements. This change corresponds + to an extension of the intermediate format for graphics. +
      + Fixed: Using the given Mapping to + obtain function values in DataOut::build_patches() also fixes a bug for + FE_RaviartThomas and FE_ABFelements, which need to evaluate the + function values on the real (mapped) cell. +
      + (Tobias Leicht 2007/01/30) +

      +
    2. Fixed: On faces with wrong face_orientation the dofs have to reordered in order to be combined with the correct shape functions. This is only relevant for continuous elements in 3D. At least for FE_Q and systems of FE_Q this works now, for other finite elements the reordering vector still has to be implemented. -
      - (Tobias Leicht, 2007/01/17) +
      + (Tobias Leicht, 2007/01/17)

    3. -- 2.39.5