From: David Wells Date: Sat, 12 Aug 2017 22:29:39 +0000 (-0400) Subject: Add changelog entries. X-Git-Tag: v9.0.0-rc1~974^2~4 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1e5e80b0ba8206e0d4e32b49a65b45e0f63895d6;p=dealii.git Add changelog entries. --- diff --git a/doc/news/changes/incompatibilities/20170812LucaHeltaiDavidWells b/doc/news/changes/incompatibilities/20170812LucaHeltaiDavidWells new file mode 100644 index 0000000000..af0f0e8c67 --- /dev/null +++ b/doc/news/changes/incompatibilities/20170812LucaHeltaiDavidWells @@ -0,0 +1,4 @@ +Changed: Triangulation::get_manifold() will now return a FlatManifold instead of +a StraightBoundary in the case that no manifold description has been attached to +a provided manifold ID. +
(Luca Heltai, David Wells, 2017/08/12) diff --git a/doc/news/changes/incompatibilities/20170812LucaHeltaiDavidWells.2 b/doc/news/changes/incompatibilities/20170812LucaHeltaiDavidWells.2 new file mode 100644 index 0000000000..972bbef6c0 --- /dev/null +++ b/doc/news/changes/incompatibilities/20170812LucaHeltaiDavidWells.2 @@ -0,0 +1,7 @@ +Changed: The member function Boundary::project_to_surface is now ignored in the +function GridTools::fix_up_distorted_child_cells. Instead, +GridTools::fix_up_distorted_child_cells uses an internal function that +duplicates the algorithm used by StraightBoundary::project_to_surface, which was +the only place project_to_surface was implemented in the library. +
+(Luca Heltai, David Wells, 2017/08/12)