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

[core] Fix flow field Jacobian determinant calculation #120

Merged
merged 2 commits into from
Oct 23, 2023

Conversation

aschuh-hf
Copy link
Collaborator

The in-place addition of 1 for diagonal Jacobian matrix entries was done more than once. As part of this fix, use calculation of Jacobian determinant in 3D which uses fewer multiplications (9 instead of 12).

@aschuh-hf aschuh-hf added the bug Something isn't working label Oct 23, 2023
@aschuh-hf aschuh-hf merged commit d3957ce into main Oct 23, 2023
9 checks passed
@aschuh-hf aschuh-hf deleted the core-fix-flow-jacobian-det branch October 23, 2023 15:53
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.

1 participant