From 873383082bb411167a89b61eac63698e550705bf Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Tue, 6 Aug 2019 09:43:11 -0600 Subject: [PATCH] Augment the documentation in one place. --- include/deal.II/grid/grid_out.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/include/deal.II/grid/grid_out.h b/include/deal.II/grid/grid_out.h index f708ecc004..aec8819a12 100644 --- a/include/deal.II/grid/grid_out.h +++ b/include/deal.II/grid/grid_out.h @@ -1159,7 +1159,9 @@ public: * further possible in order to visualize a certain property of the cells * such as their level or material id. A colorbar can be drawn to encode the * chosen coloring. Moreover, a cell label can be added, showing level - * index, etc. + * index, etc. Indeed, by using the set_flags() with an appropriately + * generated object of type GridOutFlags::Svg, many aspects of how and + * what is being visualized by this function can be customized. * * @note This function is currently only implemented for two-dimensional * grids in two space dimensions. -- 2.39.5