From: Rene Gassmoeller Date: Wed, 17 Aug 2016 23:59:31 +0000 (-0600) Subject: Add entry to changes.h X-Git-Tag: v8.5.0-rc1~757^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6b8417ff99ea43bafa852047bf3bef727fecf21c;p=dealii.git Add entry to changes.h --- diff --git a/doc/news/changes.h b/doc/news/changes.h index d568b518c5..d31d5d1c0c 100644 --- a/doc/news/changes.h +++ b/doc/news/changes.h @@ -39,6 +39,15 @@ inconvenience this causes.
    +
  1. New: It is now possible to generate a cell_iterator to a cell + that is identified by a CellId. CellIds are unique even across + processes in distributed computations, therefore this change allows + to identify a particular cell (e.g. a ghost cell of the local process) in + another domain. +
    + (Rene Gassmoeller, 2016/08/17) +
  2. +
  3. Removed: deprecated classes CompressedSparsityPattern, CompressedSimpleSparsityPattern, CompressedSetSparsityPattern, and their block variants got removed.