From: Matthias Maier Date: Wed, 9 Sep 2015 03:13:40 +0000 (-0500) Subject: Add a news/changes.h entry X-Git-Tag: v8.4.0-rc2~451^2~2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=85c8197b9696f307dfd6be1e4086556cc039b0a4;p=dealii.git Add a news/changes.h entry --- diff --git a/doc/news/changes.h b/doc/news/changes.h index 03ac111883..f8085f0675 100644 --- a/doc/news/changes.h +++ b/doc/news/changes.h @@ -272,6 +272,18 @@ inconvenience this causes.
    +
  1. Cleanup: TableIndices can now be used (constructed and accessed) + with N > 7. +
    + (Matthias Maier, 2015/09/08) +
  2. + +
  3. New: std::begin and std::end are now available within the std_cxx11 + namespace through +
    + (Matthias Maier, 2015/09/08) +
  4. +
  5. New: MappingQ1Eulerian was not instantiated for the various Trilinos vector types. It is now instantiated for the same vector types as MappingQEulerian is. @@ -297,7 +309,7 @@ inconvenience this causes.
    (Conrad Clevenger, 2015/09/03)
  6. - +
  7. 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.