From: Jonathan Robey Date: Sat, 10 Sep 2016 17:07:21 +0000 (-0700) Subject: Add changes.h entry X-Git-Tag: v8.5.0-rc1~670^2~1 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=070c56f7437d385f7d4be135dd238ae5056de615;p=dealii.git Add changes.h entry --- diff --git a/doc/news/changes.h b/doc/news/changes.h index 17412520c9..7222296226 100644 --- a/doc/news/changes.h +++ b/doc/news/changes.h @@ -217,6 +217,7 @@ inconvenience this causes. haven been clarified and improved.
(Timo Heister, 2016/09/06) +
  • Fixed: Reimplement copy_triangulation and load in dealii::parallel::shared::Triangulation, this avoids the loss of @@ -521,6 +522,12 @@ inconvenience this causes.

    Specific improvements

      +
    1. Improved: FEValues no longer generates the mapping's internal database if + the mapping will not be required for the set of update flags specified. +
      + (Jonathan Robey, 2016/09/14) +
    2. +
    3. Fixed: Instantiating class Vector with non-standard template arguments did not work because of duplicate function symbols. This is now fixed. @@ -541,7 +548,6 @@ inconvenience this causes.
      (Daniel Arndt, 2016/09/11)
    4. -
    5. Fixed: FE_TraceQ now provides unit support points.
      (Martin Kronbichler, 2016/09/08)