From f29ae424c20a483f1bb4bb618daa54083d48c60d Mon Sep 17 00:00:00 2001 From: Daniel Arndt Date: Wed, 23 Mar 2016 15:07:01 +0100 Subject: [PATCH] Add entry in changes.h --- doc/news/changes.h | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/doc/news/changes.h b/doc/news/changes.h index bf29935213..42dd322b80 100644 --- a/doc/news/changes.h +++ b/doc/news/changes.h @@ -110,7 +110,7 @@ inconvenience this causes.

Specific improvements

-
    +
    1. New: Add GridTools::remove_hanging_nodes() and GridTools::remove_anisotropy() in GridTools. GridTools::remove_hanging_nodes() detects cells with hanging nodes and refines the neighbours in the direction @@ -137,6 +137,12 @@ inconvenience this causes. (Wolfgang Bangerth, 2016/03/25)
    2. +
    3. New: Triangulation::add_periodicity allows for accessing neighbors across + periodic boundaries via new functions in TriaAccessor. +
      + (Daniel Arndt, Ali Samii, 2016/03/23) +
    4. +
    5. Fixed: DoFHandler::locally_owned_dofs() could create a segmentation fault in cases where some processors do not own any cells. This was caused by an incorrect computation in DoFTools::locally_owned_dofs_per_subdomain(). -- 2.39.5