From 1a8677c90bc8682b8271c21c1437ecdf42998e50 Mon Sep 17 00:00:00 2001 From: hartmann Date: Tue, 23 Dec 2008 14:22:45 +0000 Subject: [PATCH] Add changes entries for the last three commits. git-svn-id: https://svn.dealii.org/trunk@18006 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/changes.h | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/deal.II/doc/news/changes.h b/deal.II/doc/news/changes.h index 4c3b5b0380..35c4f9b7d8 100644 --- a/deal.II/doc/news/changes.h +++ b/deal.II/doc/news/changes.h @@ -598,6 +598,30 @@ inconvenience this causes.

deal.II

    +
  1. +

    + New: The restriction and embedding matrices for FE_Q are now implemented. +
    + (Tobias Leicht, RH, 2008/12/23) +

    + +
  2. +

    + Improved: The GeometryInfo::cell_to_child_coordinates and + GeometryInfo::child_to_cell_coordinates functions are extended to + anisotropic refinement. +
    + (Tobias Leicht, RH, 2008/12/23) +

    + +
  3. +

    + Fixed: There were cases with both anisotropic refinement and non-standard + line orientation where we created wrong meshes in 3d. This is now fixed. +
    + (Tobias Leicht, RH, 2008/12/23) +

    +
  4. Fixed: The FEValuesExtractors classes were not copyable though there -- 2.39.5