[growth] Implement growthInsertionIndex for vertices
Compare changes
Files
3- Timo Koch authored
We also need to know which indices a vertex had at insertion in case we need to attach data to a vertex during growth. This was already implemented for elements, but is necessary for vertices too.
@@ -1336,7 +1336,10 @@ void Dune::FoamGrid<dimgrid, dimworld>::postGrow()