From: Wolfgang Bangerth Date: Tue, 7 Mar 2023 21:46:50 +0000 (-0700) Subject: Clarify documentation. X-Git-Tag: v9.5.0-rc1~503^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=62314752adc24046f7ea575800f689b64a1815a3;p=dealii.git Clarify documentation. --- diff --git a/include/deal.II/grid/grid_generator.h b/include/deal.II/grid/grid_generator.h index 4768bcaab2..9bd1481502 100644 --- a/include/deal.II/grid/grid_generator.h +++ b/include/deal.II/grid/grid_generator.h @@ -468,13 +468,15 @@ namespace GridGenerator * to the cylinder: see the mathematical definition given in * GridGenerator::concentric_hyper_shells. * - * @param colorize Assign different boundary ids if set to true. For more + * @param colorize If `true`, then assign different boundary ids to + * different parts of the boundary. For more * information on boundary indicators see * @ref GlossBoundaryIndicator "this glossary entry". * The left boundary (at $x = 0$) is assigned an id of $0$, the right - * boundary (at $x = 2.2$) is assigned an id of $1$, the cylinder boundary - * is assigned an id of $2$, and the channel walls are assigned an id of - * $3$. + * boundary (at $x = 2.2$) is assigned an id of $1$; the boundary of + * the obstacle in the middle (i.e., the circle in 2d or the cylinder + * walls in 3d) is assigned an id of $2$, and the channel walls are + * assigned an id of $3$. * * See the original paper for more information: * @code{.bib}