From: Wolfgang Bangerth Date: Mon, 23 Nov 2015 01:42:57 +0000 (-0600) Subject: Add a changelog entry. X-Git-Tag: v8.4.0-rc2~211^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F1896%2Fhead;p=dealii.git Add a changelog entry. --- diff --git a/doc/news/changes.h b/doc/news/changes.h index 6a91d657a3..d8df3ba04e 100644 --- a/doc/news/changes.h +++ b/doc/news/changes.h @@ -426,7 +426,17 @@ inconvenience this causes.
    -
  1. New: extra parameters to GD and Lanczos SLEPc solvers. Also added unit tests. +
  2. Fixed: GridGenerator::extract_boundary_mesh() in 3d could generate + surface cells that did not uniformly had a right- or left-handed coordinate + system associated with them when viewed from one side of the surface. This + has been fixed: they now all have a right-handed coordinate system when seen + from one side of the surface, and a left-handed one when viewed from the + other side. +
    + (Daniel Weygand, Wolfgang Bangerth, 2015/11/22) +
  3. + +
  4. New: Extra parameters to GD and Lanczos SLEPc solvers. Also added unit tests.
    (Denis Davydov, 2015/11/09)