From: David Wells Date: Thu, 12 May 2016 02:53:42 +0000 (-0400) Subject: Update the changelog. X-Git-Tag: v8.5.0-rc1~1033^2~1 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cc50b35c203635755fe7aa848b0491c271fa174f;p=dealii.git Update the changelog. --- 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