From: Arezou Ghesmati Date: Wed, 2 Dec 2015 16:46:30 +0000 (-0600) Subject: Add a changelog entry. X-Git-Tag: v8.4.0-rc2~40^2~2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4050000c16416cd878046a64d3488795523235a6;p=dealii.git Add a changelog entry. --- diff --git a/doc/news/changes.h b/doc/news/changes.h index b4b652751f..b0ccdea6cb 100644 --- a/doc/news/changes.h +++ b/doc/news/changes.h @@ -687,6 +687,14 @@ inconvenience this causes. (Martin Kronbichler, 2015/12/05) +
  • New: There are now new functions + GridTools::build_triangulation_from_patch() and + GridTools::get_cells_at_coarsest_common_level() that help build patches + around individual cells. +
    + (Arezou Ghesmati, 2015/12/02) +
  • +
  • Fixed: The GridTools::copy_boundary_to_manifold_id() function only copied boundary indicators from faces, but in 3d forgot about edges. This is now fixed.