From 0c2af10b2da6b1c6d61081fcd0ca8bb308e661be Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Sun, 31 Dec 2017 16:36:07 -0700 Subject: [PATCH] Add a changelog entry. --- doc/news/changes/minor/20171231Bangerth | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 doc/news/changes/minor/20171231Bangerth diff --git a/doc/news/changes/minor/20171231Bangerth b/doc/news/changes/minor/20171231Bangerth new file mode 100644 index 0000000000..962f93f09a --- /dev/null +++ b/doc/news/changes/minor/20171231Bangerth @@ -0,0 +1,7 @@ +Fixed: In parallel computations, the DoFRenumbering::hierarchical() +function created DoF indices that were dependent on the previous DoF +indices owned by each processor. This was not intended: the new DoF +indices were supposed to only depend on the order of cells, not any +previous numbering. This is now fixed. +
+(Wolfgang Bangerth, 2017/12/31) -- 2.39.5