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

Zero work array in fem::CoordinateElement::compute_jacobian_determinant #2291

Merged
merged 4 commits into from
Jul 26, 2022

Conversation

jorgensd
Copy link
Sponsor Member

Currently we have an implicit assumption that the working memory contains zeros.

This PR zeros out the bit of the working memory used in the BA dot product.

@jorgensd jorgensd added the bug Something isn't working label Jul 25, 2022
@garth-wells garth-wells changed the title Remove implicit assumption on working memory of dolfinx::fem::CoordinateElement::compute_jacobian_determinant Zero work array in fem::CoordinateElement::compute_jacobian_determinant Jul 26, 2022
@garth-wells garth-wells merged commit 06faeb5 into main Jul 26, 2022
@garth-wells garth-wells deleted the dokken/detJ_working_mem branch July 26, 2022 10:42
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.

None yet

2 participants