From: Martin Kronbichler Date: Thu, 24 Nov 2016 07:48:18 +0000 (+0100) Subject: Add changelog X-Git-Tag: v8.5.0-rc1~349^2~2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=58eafdf61474cd5b65349f2027ef3d09359c3778;p=dealii.git Add changelog --- diff --git a/doc/news/changes.h b/doc/news/changes.h index d81a51729a..1c0458f9cb 100644 --- a/doc/news/changes.h +++ b/doc/news/changes.h @@ -222,6 +222,14 @@ inconvenience this causes.

General

    + +
  1. Improved: The step-37 tutorial program now shows the matrix-free multigrid + solver based on MPI parallelization rather than only a serial version. + Moreover, support for adaptively refined meshes has been added. +
    + (Martin Kronbichler, 2016/11/23) +
  2. +
  3. Improved: the error codes for all MPI functions are now checked and, if the MPI function failed for any reason, an exception with a helpful message is thrown. @@ -473,7 +481,7 @@ inconvenience this causes.
    (Sebastian Gonzalez-Pintor, Wolfgang Bangerth, 2016/11/15)
  4. - +
  5. Fixed: Objects of type TrilinosWrappers::SparsityPattern::const_iterator were entirely unusable due to a bug. This is now fixed.