From: Matthias Maier Date: Thu, 3 Sep 2015 05:10:18 +0000 (-0500) Subject: add news/changes.h entry X-Git-Tag: v8.4.0-rc2~483^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F1518%2Fhead;p=dealii.git add news/changes.h entry --- diff --git a/doc/news/changes.h b/doc/news/changes.h index ecec123d7e..2ecb7ce9ae 100644 --- a/doc/news/changes.h +++ b/doc/news/changes.h @@ -240,6 +240,13 @@ inconvenience this causes.
    +
  1. Openmp SIMD support is now enabled for Clang version 3.6, or newer + (or the equivalent XCode version). Further, openmp support is not any + more falsely activated for very old clang versions. +
    + (Matthias Maier, 2015/09/03) +
  2. +
  3. Improved: DoFTools::make_hanging_node_constraints() now supports hp-refinement cases when neither_element_dominates. To that end we look for a least face dominating FE inside FECollection. @@ -260,7 +267,7 @@ inconvenience this causes.
    (Denis Davydov, Wolfgang Bangerth, 2015/08/31)
  4. - +
  5. New: step-6 now has an additional subsection in the "Possibilities for extensions" section that discusses how to create a better mesh.