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 use user_index. Use active_cell_index instead #711

Closed
bangerth opened this issue Jan 14, 2016 · 0 comments · Fixed by #882
Closed

Don't use user_index. Use active_cell_index instead #711

bangerth opened this issue Jan 14, 2016 · 0 comments · Fixed by #882

Comments

@bangerth
Copy link
Contributor

#425 introduces a number of uses of cell->user_index(), see the comments in the pull request that were not addressed before the merge. This is not necessary, we can use cell->active_cell_index() instead, but that function was only introduced in deal.II 8.3 whereas the automated tester uses 8.2.1.

We should revisit the issue after the next ASPECT release when we can decide that we want to require a newer deal.II release.

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