You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Check it deal.ii iterator wrapping is no longer required
The text was updated successfully, but these errors were encountered:
dglaeser
changed the title
[deal.ii] check if iterative wrapping is no longer required
[deal.ii] check if iterator wrapping is no longer required
Nov 1, 2024
We had to wrap deal.ii iterators to make them compatible with std::ranges and with our iterator facades. We should
std::ranges
#263)The text was updated successfully, but these errors were encountered: