From: Daniel Arndt Date: Wed, 23 Mar 2016 14:07:01 +0000 (+0100) Subject: Add entry in changes.h X-Git-Tag: v8.5.0-rc1~1151^2~2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f29ae424c20a483f1bb4bb618daa54083d48c60d;p=dealii.git Add entry in changes.h --- 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().