From: Bruno Blais Date: Sun, 11 Feb 2024 19:50:16 +0000 (-0500) Subject: Add documentation X-Git-Tag: relicensing~48^2~5 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f727e2cd1599e1f617134ba81cdf00b0a29e499c;p=dealii.git Add documentation --- diff --git a/include/deal.II/grid/grid_generator.h b/include/deal.II/grid/grid_generator.h index 97f653827a..2f9e4fb191 100644 --- a/include/deal.II/grid/grid_generator.h +++ b/include/deal.II/grid/grid_generator.h @@ -1493,6 +1493,11 @@ namespace GridGenerator * default), then it is computed adaptively such that the resulting elements * have the least aspect ratio. The same holds for @p n_axial_cells. * + * If @p colorize is set to true, a boundary id of 0 is set for the inner + * cylinder, a boundary id of 1 is set for the outer cylinder, a boundary + * id of 2 is set for the bottom (z-) boundary and a boundary id of 3 + * is set for the top (z+) boundary. + * * @note Although this function is declared as a template, it does not make * sense in 1d and 2d. Also keep in mind that this object is rotated * and positioned differently than the one created by cylinder().