From 4050000c16416cd878046a64d3488795523235a6 Mon Sep 17 00:00:00 2001 From: Arezou Ghesmati Date: Wed, 2 Dec 2015 10:46:30 -0600 Subject: [PATCH] Add a changelog entry. --- doc/news/changes.h | 8 ++++++++ 1 file changed, 8 insertions(+) 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. -- 2.39.5