Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disallow coarsening if any children of the parent cell are FE_Nothing #274

Open
stvdwtt opened this issue Apr 22, 2024 · 0 comments
Open
Assignees

Comments

@stvdwtt
Copy link
Collaborator

stvdwtt commented Apr 22, 2024

Context: With AMR activated we can add material in refined areas that corresponds to some but not all of the child elements of a element in the coarse mesh.

Current behavior: As the heat source moves away from the area, the code tries to coarsen the mesh in the deposited region and ends up with NANs as it tries to merge active and inactive elements.

Desired behavior: The mesh stays refined if any other children of the parent cell are FE_Nothing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants