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

FE_PolyTensor: Only request dof_sign_change if necessary #15963

Merged
merged 3 commits into from Sep 7, 2023

Conversation

kronbichler
Copy link
Member

This PR fixes an issue I saw with FE_RaviartThomasNodal on another check (PR to be opened soon): FEValues requesting only mapping information but initialized with elements derived from FE_PolyTensor would previously run into an assertion on unstructured 2d meshes. The fix is to only use the helper function in the case that uses the dof_sign_change further down in fill_fe_values.

@marcfehling marcfehling merged commit 6643136 into dealii:master Sep 7, 2023
15 checks passed
@kronbichler kronbichler deleted the fix_assert branch March 18, 2024 08:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants