From: Wolfgang Bangerth Date: Wed, 11 Jun 2008 14:42:39 +0000 (+0000) Subject: Document Tobias Leicht's fix for Timo Heister's testcase. X-Git-Tag: v8.0.0~9011 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7cc5650bb56fd632f300e0e3cb7b18b23974af90;p=dealii.git Document Tobias Leicht's fix for Timo Heister's testcase. git-svn-id: https://svn.dealii.org/trunk@16299 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/news/changes.h b/deal.II/doc/news/changes.h index b493abdfbb..3803432940 100644 --- a/deal.II/doc/news/changes.h +++ b/deal.II/doc/news/changes.h @@ -85,6 +85,15 @@ inconvenience this causes.
  1. +

    + Fixed: When using a higher order mapping of degree at least 3 (i.e. + the MappingQ class) on meshes that have cells with non-standard + face orientation and that touch the boundary of the domain, then + some interpolation points were wrongly computed. +
    + (Tobias Leicht, Timo Heister, WB 2008/06/10) +

    +