From: Spencer Patty Date: Thu, 11 Feb 2016 21:48:25 +0000 (-0600) Subject: add changelog entry for changes to GridTools::build_triangulation_from_patches to... X-Git-Tag: v8.5.0-rc1~1321^2~2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c0e50c5376f5a061b91a48192d8546cd6fa62e43;p=dealii.git add changelog entry for changes to GridTools::build_triangulation_from_patches to support perturbed vertices. --- diff --git a/doc/news/changes.h b/doc/news/changes.h index cabaf25569..5f0e39a585 100644 --- a/doc/news/changes.h +++ b/doc/news/changes.h @@ -57,6 +57,13 @@ inconvenience this causes.
    +
  1. Fixed: The GridTools::build_triangulation_from_patches() function now + also copies the locations of vertices from the cells of the source + triangulation to the triangulation that is built from the list of patch cells. +
    + (Spencer Patty, 2016/02/11) +
  2. +
*/