Feature/setposition
Implement a setPosition method for vertices. This branch is based on the feature/growth-revised, so !2 (merged) should to be dealt with first.
Merge request reports
Activity
mentioned in merge request !4 (merged)
Added 1 commit:
- 5fc36354 - [setposition] Modifiy sons and fathers too
Added 3 commits:
-
9e8f08a9 - 1 commit from branch
master
- d183690d - [foamgrid] Implement a setPosition method for vertices
- 67bbdac6 - [setposition][fixup] Modifiy sons and fathers too
-
9e8f08a9 - 1 commit from branch
rebased to fix missing end of line. Should be ready to merge.
Edited by Timo Koch- dune/foamgrid/test/setposition-test.cc 0 → 100644
34 35 Dune::VTKWriter<typename Grid::LeafGridView > writer(grid->leafGridView(), Dune::VTK::nonconforming); 36 writer.write("setposition_0"); 37 38 // move all vertices 39 for (const auto& vertex : vertices(grid->leafGridView())) 40 grid->setPosition(vertex, getPosition(vertex->geometry().center())); 41 42 writer.write("setposition_1"); 43 44 grid->globalRefine(-1); 45 46 writer.write("setposition_2"); 47 48 gridcheck(*grid); 49 } Added 1 commit:
- ef6e2a8e - [foamgrid] Implement a setPosition method for vertices
mentioned in commit 7792992d
Please register or sign in to reply