Skip to content

Commit

Permalink
add a missing communication for interior and boundary lower-d blocks #…
Browse files Browse the repository at this point in the history
  • Loading branch information
YaqiWang committed Nov 28, 2024
1 parent b751bf3 commit 05cbc4a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions framework/src/mesh/MooseMesh.C
Original file line number Diff line number Diff line change
Expand Up @@ -1419,6 +1419,8 @@ MooseMesh::cacheInfo()
_block_node_list[node.id()].insert(elem->subdomain_id());
}
}
_communicator.set_union(_lower_d_interior_blocks);
_communicator.set_union(_lower_d_boundary_blocks);

for (const auto & elem : mesh.active_local_element_ptr_range())
{
Expand Down

0 comments on commit 05cbc4a

Please sign in to comment.