Skip to content

Commit

Permalink
cell_weight: add changelog for bugfix.
Browse files Browse the repository at this point in the history
  • Loading branch information
marcfehling committed Mar 23, 2022
1 parent b0e7df8 commit 79217bc
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions doc/news/changes/incompatibilities/20220225Fehling2
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
Fixed: Callback functions attached to the weighted load balancing signal
of parallel::distributed::Triangulation objects now need to handle cells
with CELL_INVALID status explicitely.
<br>
If a cell gets refined, only the first child has the CELL_REFINE status,
while all other children are CELL_INVALID.
<br>
(Marc Fehling, 2022/02/25)

0 comments on commit 79217bc

Please sign in to comment.