From 01824a77b5a05687f984849d41d54d3d23c10f61 Mon Sep 17 00:00:00 2001 From: Timo Heister Date: Thu, 21 Jan 2016 22:09:54 -0500 Subject: [PATCH] add changelog --- doc/news/changes.h | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/news/changes.h b/doc/news/changes.h index d37273aff6..5403fc08b8 100644 --- a/doc/news/changes.h +++ b/doc/news/changes.h @@ -198,6 +198,14 @@ inconvenience this causes.

General

    +
  1. Fixed: A bug in the Neumann boundary handling of KellyErrorEstimator + in 1d has been fixed and KellyErrorEstimator now correctly handles + codimension one problems by using the correct normals from the manifold + inside the gradient jump computation. +
    + (Andrea Bonito, Timo Heister, 2016/01/21) +
  2. +
  3. New: The new class MGTransferMatrixFree implements multigrid level transfer using local polynomial embedding and restriction with tensor product evaluation techniques. This is a faster and less memory-demanding -- 2.39.5