From cc50b35c203635755fe7aa848b0491c271fa174f Mon Sep 17 00:00:00 2001 From: David Wells Date: Wed, 11 May 2016 22:53:42 -0400 Subject: [PATCH] Update the changelog. --- doc/news/changes.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/doc/news/changes.h b/doc/news/changes.h index 6d88876b2b..4f0c73dfbb 100644 --- a/doc/news/changes.h +++ b/doc/news/changes.h @@ -265,10 +265,11 @@ inconvenience this causes.
  • Fixed: The function GridGenerator::subdivided_parallelepiped and its - variants could generate two dimensional meshes with cells that had negative - Jacobians. This has been fixed. + variants could generate meshes with cells that had negative Jacobians. + The function now detects when this will happen and raises a descriptive + exception instead of going on to produce cells which may have negative measure.
    - (David Wells, 2016/05/07) + (David Wells, 2016/05/11)
  • New: Added function GridOut::write_mesh_per_processor_as_vtu. This allows -- 2.39.5