Skip to content

Commit

Permalink
Merge pull request #29167 from YaqiWang/fix_29166
Browse files Browse the repository at this point in the history
  • Loading branch information
loganharbour authored Nov 29, 2024
2 parents d8d3db2 + 05cbc4a commit 931abe3
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 931abe3

Please sign in to comment.