From: hartmann Date: Fri, 12 Jun 2009 05:32:27 +0000 (+0000) Subject: Update changes file: MappingQ for 3d aniso fixed. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2b4911d22069e46a50661d8d5574bed3eb729232;p=dealii-svn.git Update changes file: MappingQ for 3d aniso fixed. git-svn-id: https://svn.dealii.org/trunk@18927 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/news/changes.h b/deal.II/doc/news/changes.h index dc1100df07..9c867c8093 100644 --- a/deal.II/doc/news/changes.h +++ b/deal.II/doc/news/changes.h @@ -135,6 +135,17 @@ inconvenience this causes.

deal.II

    +
  1. +

    + Fix: The projection of quadrature points to subfaces in + MappingQ in case of 3d anisotropic refinement did not respect + non-standard face orientation/flip/rotation cases. This + has now been fixed. +
    + (Tobias Leicht, RH 2009/06/12) +

    +
  2. +
  3. New: The new Triangulation::n_raw_faces() function forwards