Skip to content

Add documentation about writing distance octree on root node only

Daniel Bauer requested to merge he66coqe/walberla:dist-octree-root-only into master

DistanceOctree<MeshType>::writeVTKOutput(..) should be called by the root node only. This MR adds appropriate Doxygen documentation and fixes Tutorial 04 accordingly.

Fixes 150.

Merge request reports