From: Wolfgang Bangerth Date: Fri, 30 Aug 2024 14:01:48 +0000 (-0600) Subject: Add a changelog entry. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9d5727b1ac290cc1ffd974ba0b532001967cceac;p=dealii.git Add a changelog entry. --- 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)