From 39d9a982ea075a0c9f96761ecf7517f7148fac38 Mon Sep 17 00:00:00 2001 From: Marc Fehling Date: Wed, 23 Mar 2022 14:10:43 -0600 Subject: [PATCH] cell_weight: add changelog for bugfix. --- doc/news/changes/incompatibilities/20220225Fehling2 | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 doc/news/changes/incompatibilities/20220225Fehling2 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) -- 2.39.5