From 38487cbc79972d5a165ac8dbfee7010f130dd506 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Sun, 22 Nov 2015 19:42:57 -0600 Subject: [PATCH] Add a changelog entry. --- doc/news/changes.h | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) 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)
  5. -- 2.39.5