Skip to content

Commit

Permalink
Merge pull request #25064 from lindsayad/flag-all-elems-25060
Browse files Browse the repository at this point in the history
Change subdomain IDs for non-active elements in SubdomainBoundingBoxGenerator
  • Loading branch information
lindsayad authored Jul 31, 2023
2 parents 1d8ba34 + 65ec05c commit 0ae10f5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ SubdomainBoundingBoxGenerator::generate()
else
{
// Loop over the elements
for (const auto & elem : mesh->active_element_ptr_range())
for (const auto & elem : mesh->element_ptr_range())
{
if (_has_restriction && restricted_ids.count(elem->subdomain_id()) == 0)
continue;
Expand Down

0 comments on commit 0ae10f5

Please sign in to comment.