From 13b62035d68b750f59d979a9a83d690f77308bed Mon Sep 17 00:00:00 2001 From: Matthias Maier Date: Thu, 20 Aug 2015 23:42:36 -0500 Subject: [PATCH] add a changelog entry --- doc/news/changes.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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 -- 2.39.5