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 gradient layout in FE evaluation according to deal.II v 9.6 #63

Merged
merged 3 commits into from
Sep 20, 2023

Conversation

davidscn
Copy link
Owner

only relevant for scalar_referential caching. Related to dealii/dealii 15951 (no cross-ref link, just for future reference).

@davidscn davidscn merged commit 24e1111 into master Sep 20, 2023
3 checks passed
@davidscn davidscn deleted the fix-grad-layout branch September 20, 2023 06:40
Comment on lines +874 to +876
#if DEAL_II_VERSION_GTE(9, 6, 0)
ref_grads[(d * n_q_points + q) * dim + 0];
#else

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@davidscn Is the original code also affected? If yes could you create a PR there as well?

Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I was not sure whether this code is currently maintained..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants