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

Fix tolerances for determining DOF transformation type and add test #875

Draft
wants to merge 8 commits into
base: main
Choose a base branch
from

Conversation

garth-wells
Copy link
Member

The check for determining the DOF transformation type was failing for float32 at higher-orders for Lagrange elements. This PR relaxes a tolerance. It is somewhat arbitrary, but does seem to work.

Resolves #874.

@garth-wells garth-wells added the bug Something isn't working label Nov 15, 2024
@garth-wells garth-wells marked this pull request as draft November 16, 2024 06:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Incorrect dof_transformations_are_permutations on P5 hex for float32
2 participants