From 58eafdf61474cd5b65349f2027ef3d09359c3778 Mon Sep 17 00:00:00 2001 From: Martin Kronbichler Date: Thu, 24 Nov 2016 08:48:18 +0100 Subject: [PATCH] Add changelog --- doc/news/changes.h | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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.
    -- 2.39.5