Skip to content
Snippets Groups Projects
Commit 0eeb3161 authored by Timo Koch's avatar Timo Koch
Browse files

[fvGeometry] Make range generators free functions / friend functions

We iterate over all scvs of a fvElementGeometry like this
for (const auto& scv : scvs(fvGeometry))
This is closer to the way we speak "For each scv in all scvs of the fvElementGeometry do..."
and analogously to how we iterate over elements of a gridView.
parent 2a63d3f4
No related branches found
No related tags found
Loading
Showing
with 83 additions and 54 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment