From: Matthias Maier Date: Fri, 21 Aug 2015 04:42:36 +0000 (-0500) Subject: add a changelog entry X-Git-Tag: v8.4.0-rc2~567^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F1404%2Fhead;p=dealii.git add a changelog entry --- diff --git a/doc/news/changes.h b/doc/news/changes.h index 890a62557e..dffaf75449 100644 --- a/doc/news/changes.h +++ b/doc/news/changes.h @@ -134,6 +134,12 @@ inconvenience this causes.
    +
  1. Documentation: How to set up a testsuite in a user project is now + properly documented. +
    + (Matthias Maier, 2015/08/01 - 2015/08/20) +
  2. +
  3. Fixed: The computation of gradients in FE_PolyTensor and its derived classes (in particular in FE_RaviartThomas and FE_Nedelec) forgot to account for terms that appear on non-affine cells. Consequently, the computed gradients did not match the actual derivatives of the values @@ -184,6 +190,14 @@ inconvenience this causes. (Wolfgang Bangerth, 2015/08/07)
  4. +
  5. Improved: CMake configuration: The DEAL_II_ADD_TEST now also + supports unit tests writing to stdout and stderr. Further, a second test + type consisting of an internal executable target, a configuration and a + comparison file is now supported. +
    + (Matthias Maier, 2015/08/03) +
  6. +
  7. New: VtkFlags now stores a parameter describing the compression level zlib uses when writing compressed output. For small problems, the flag ZlibCompressionLevel::best_speed can make the call to write_vtu many times