From: Timo Heister Date: Fri, 22 Jan 2016 03:09:54 +0000 (-0500) Subject: add changelog X-Git-Tag: v8.4.0-rc2~66^2~1 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=01824a77b5a05687f984849d41d54d3d23c10f61;p=dealii.git add changelog --- 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