From 083b52c458c44bdd9c766f44c07a5f874ff109fb Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Sun, 1 Mar 2020 20:51:02 -0700 Subject: [PATCH] Add a changelog entry. --- doc/news/changes/minor/20200301Bangerth2 | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 doc/news/changes/minor/20200301Bangerth2 diff --git a/doc/news/changes/minor/20200301Bangerth2 b/doc/news/changes/minor/20200301Bangerth2 new file mode 100644 index 0000000000..26b5484c75 --- /dev/null +++ b/doc/news/changes/minor/20200301Bangerth2 @@ -0,0 +1,6 @@ +New: There is now a new type types::global_cell_index that is used to +denote the global index of a cell in a parallel triangulation, and +consequently also places where we compute or return the *total* number +of cells. +
+(Wolfgang Bangerth, 2020/03/01) -- 2.39.5