Skip to content
Snippets Groups Projects
Commit ce530163 authored by Oliver Sander's avatar Oliver Sander
Browse files

recompute indices after collapsing the grid

[[Imported from SVN: r4197]]
parent 89fc092a
No related branches found
No related tags found
No related merge requests found
......@@ -491,6 +491,8 @@ namespace Dune {
void collapse() {
if (Collapse(multigrid_))
DUNE_THROW(GridError, "UG" << dim << "d::Collapse() returned error code!");
setIndices();
}
/** \brief Sets a vertex to a new position
......
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