From: Daniel Arndt Date: Fri, 8 Apr 2016 16:45:15 +0000 (+0200) Subject: Add entry in changes.h for the fix in ResidualSimple X-Git-Tag: v8.5.0-rc1~1126^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F2484%2Fhead;p=dealii.git Add entry in changes.h for the fix in ResidualSimple --- diff --git a/doc/news/changes.h b/doc/news/changes.h index 6a4ae30fdf..241d096123 100644 --- a/doc/news/changes.h +++ b/doc/news/changes.h @@ -111,6 +111,12 @@ inconvenience this causes.

Specific improvements

    +
  1. Fixed: Meshworker::Assembler::ResidualSimple now also works for + multiple blocks if no constraints are given. +
    + (Daniel Arndt, 2016/04/08) +
  2. +
  3. Fixed: The multigrid transfer performed invalid data accesses on multigrid hierarchies that define the coarse level as a level larger than 0. This has been fixed.