From: Marc Fehling Date: Wed, 23 Mar 2022 20:10:43 +0000 (-0600) Subject: cell_weight: add changelog for bugfix. X-Git-Tag: v9.4.0-rc1~344^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F13572%2Fhead;p=dealii.git cell_weight: add changelog for bugfix. --- diff --git a/doc/news/changes/incompatibilities/20220225Fehling2 b/doc/news/changes/incompatibilities/20220225Fehling2 new file mode 100644 index 0000000000..cb187c3ab7 --- /dev/null +++ b/doc/news/changes/incompatibilities/20220225Fehling2 @@ -0,0 +1,8 @@ +Fixed: Callback functions attached to any weighted load balancing signal +of parallel::distributed::Triangulation objects now need to handle cells +with CELL_INVALID status explicitely. +
+If a cell gets refined, only the first child has the CELL_REFINE status, +while all other children are CELL_INVALID. +
+(Marc Fehling, 2022/02/25)