From 9d5727b1ac290cc1ffd974ba0b532001967cceac Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Fri, 30 Aug 2024 08:01:48 -0600 Subject: [PATCH] Add a changelog entry. --- doc/news/changes/major/20240830Bangerth | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 doc/news/changes/major/20240830Bangerth diff --git a/doc/news/changes/major/20240830Bangerth b/doc/news/changes/major/20240830Bangerth new file mode 100644 index 0000000000..55d4e7b51a --- /dev/null +++ b/doc/news/changes/major/20240830Bangerth @@ -0,0 +1,6 @@ +Fixed: The AffineConstraints::make_consistent_in_parallel() function +made sure that constraints for a degree of freedom stored on different +processes were the same, but they were occasionally wrong. This has +now been fixed. +
+(Wolfgang Bangerth, 2024/08/30) -- 2.39.5