From 8c651bdc245a978123fa814ef99aabf2ba231c51 Mon Sep 17 00:00:00 2001 From: Jonathan Robey Date: Wed, 21 Sep 2016 09:01:34 -0700 Subject: [PATCH] Add changelog entry --- doc/news/changes.h | 7 +++++++ 1 file changed, 7 insertions(+) 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.
    -- 2.39.5