From: Jonathan Robey Date: Wed, 21 Sep 2016 16:01:34 +0000 (-0700) Subject: Add changelog entry X-Git-Tag: v8.5.0-rc1~643^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8c651bdc245a978123fa814ef99aabf2ba231c51;p=dealii.git Add changelog entry --- diff --git a/doc/news/changes.h b/doc/news/changes.h index c3343d0fa9..7761ee9a8a 100644 --- a/doc/news/changes.h +++ b/doc/news/changes.h @@ -529,6 +529,13 @@ inconvenience this causes.

Specific improvements

    +
  1. Improved: MGSmootherBlock is now able to use the shared memory pool for + temporary vector allocation. The constructor requiring an external memory + allocation has therefore been deprecated. +
    + (Jonathan Robey, 2016/09/21) +
  2. +
  3. Fixed: EmbeddedRungeKutta methods now correctly increase delta_t_guess when the error is below coarsen_tol.