libmesh icon indicating copy to clipboard operation
libmesh copied to clipboard

Add an option to prevent coarsening of elements with different subdomain IDs

Open GiudGiud opened this issue 11 months ago • 0 comments

When using mesh modifiers in MOOSE, the subdomain of refined elements might change such that several refined elements born from the same parent have different subdomain IDs.

WHen coarsening, it seems to me that they could be merged, which would be an issue if:

  • the variable we need to re-initialize after is not defined on all subdomains

This is my current explanation for https://github.com/idaholab/moose/discussions/29699, after we solved two other problems in moose

GiudGiud avatar Mar 17 '25 14:03 GiudGiud