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

Remove std::abs() from the tet volume calculation. #13765

Merged
merged 1 commit into from May 22, 2022

Conversation

drwells
Copy link
Member

@drwells drwells commented May 20, 2022

Fixes #13584.

After this is in I will examine our calls to invert_cells_with_negative_measure() and other relevant grid fixup functions - we can call some of these now for simplex meshes but some (like consistently_order_cells()) still only work with hypercubes.

@drwells
Copy link
Member Author

drwells commented May 20, 2022

/rebuild

source/grid/grid_tools.cc Outdated Show resolved Hide resolved
@bangerth bangerth merged commit cb36d2c into dealii:master May 22, 2022
mkghadban pushed a commit to OpenFCST/dealii that referenced this pull request Sep 8, 2022
Remove std::abs() from the tet volume calculation.
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.

Get rid of std::abs() when computing tet volumes
2 participants