From 6b8417ff99ea43bafa852047bf3bef727fecf21c Mon Sep 17 00:00:00 2001 From: Rene Gassmoeller Date: Wed, 17 Aug 2016 17:59:31 -0600 Subject: [PATCH] Add entry to changes.h --- doc/news/changes.h | 9 +++++++++ 1 file changed, 9 insertions(+) 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. -- 2.39.5