From e73b96a3e7fbc1ee7e63151adbdb4ccbdb84a63c Mon Sep 17 00:00:00 2001 From: Timo Heister Date: Mon, 23 Feb 2015 16:25:20 -0500 Subject: [PATCH] sneak in documentation improvements --- include/deal.II/grid/grid_generator.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/include/deal.II/grid/grid_generator.h b/include/deal.II/grid/grid_generator.h index cb51f6a991..11d691e452 100644 --- a/include/deal.II/grid/grid_generator.h +++ b/include/deal.II/grid/grid_generator.h @@ -384,9 +384,9 @@ namespace GridGenerator * Initialize the given triangulation with a hyper-L (in 2d or 3d) * consisting of exactly 2^dim-1 cells. It produces the hypercube * with the interval [left,right] without the hypercube made out of - * the interval [(left+right)/2,right] for each coordinate. This will - * result in the classical L-shape in 2d and it will look like the following - * in 3d: + * the interval [(left+right)/2,right] for each coordinate. All + * faces will have boundary indicator 0. This function will create the + * classical L-shape in 2d and it will look like the following in 3d: * * @image html hyper_l.png * @@ -590,6 +590,7 @@ namespace GridGenerator * * It is implemented in 2d and 3d, and takes the following arguments: * + * @param triangulation The triangulation to be filled. * @param inner_radius Radius of the internal hole. * @param outer_radius Half of the edge length of the square. * @param L Extension in @p z-direction (only used in 3d). -- 2.39.5