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

FieldTransfer: coarsening FE_Nothing cells #14807

Open
sebproell opened this issue Feb 16, 2023 · 0 comments
Open

FieldTransfer: coarsening FE_Nothing cells #14807

sebproell opened this issue Feb 16, 2023 · 0 comments

Comments

@sebproell
Copy link
Contributor

Within #14802 it was discovered that coarsening cells that have FE_Nothing and resolving constraints leads to a floating point exception within FieldTransfer.

How to reproduce

Change the condition in this line

if (cell->center()[0] < 0.25 && cell->center()[1] < 0.25)

to cell->center()[1] < 0.25

@marcfehling marcfehling added this to FE activation in SolutionTransfer in Fix `FE_Nothing` Feb 17, 2023
@Rombur Rombur added this to the Developer workshop 2023 milestone Apr 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Fix `FE_Nothing`
FE activation in SolutionTransfer
Development

No branches or pull requests

3 participants