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

Don't explicitly use FEValuesViews in step-81. #15846

Closed
bangerth opened this issue Aug 6, 2023 · 0 comments · Fixed by #16179
Closed

Don't explicitly use FEValuesViews in step-81. #15846

bangerth opened this issue Aug 6, 2023 · 0 comments · Fixed by #16179

Comments

@bangerth
Copy link
Member

bangerth commented Aug 6, 2023

There is only a single tutorial program (step-81) that ever names FEValuesViews objects. Rather, we only ever advertise using the FEValuesExtractors explicitly, and you happen to get a view when you use fe_values[...].

I think it would be useful to use this scheme also in step-81. Uniformity is useful.

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

Successfully merging a pull request may close this issue.

1 participant