From: Timo Heister Date: Mon, 28 Sep 2020 20:34:05 +0000 (-0400) Subject: doc: extend extrude_triangulation X-Git-Tag: v9.3.0-rc1~1059^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9171df88cf499af24a05f381ffbc5ac82b5dd95e;p=dealii.git doc: extend extrude_triangulation --- diff --git a/include/deal.II/grid/grid_generator.h b/include/deal.II/grid/grid_generator.h index 6548c2fb64..8856355ed5 100644 --- a/include/deal.II/grid/grid_generator.h +++ b/include/deal.II/grid/grid_generator.h @@ -1748,8 +1748,10 @@ namespace GridGenerator Triangulation &result); /** - * Extrude @p input in the $z$ direction from $z = 0$ to $z = - * \text{height}$. The number of slices, or layers of cells + * Extrude the Triangulation @p input in the $z$ direction from $z = 0$ to $z = + * \text{height}$ and store it in @p result. + * + * The number of slices, or layers of cells * perpendicular to the $z = 0$ plane, will be @p n_slices slices (minimum is * 2). The boundary indicators of the faces of @p input will be assigned to * the corresponding side walls in $z$ direction. The bottom and top get the