From 1f678cea216c37733e52c2a326f4222522870519 Mon Sep 17 00:00:00 2001 From: Graham Harper Date: Wed, 29 Jan 2020 20:25:43 -0700 Subject: [PATCH] Update GridGenerator::half_hyper_shell documentation for correctness --- include/deal.II/grid/grid_generator.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/include/deal.II/grid/grid_generator.h b/include/deal.II/grid/grid_generator.h index 21b0cd4087..e1501fa74a 100644 --- a/include/deal.II/grid/grid_generator.h +++ b/include/deal.II/grid/grid_generator.h @@ -1126,7 +1126,9 @@ namespace GridGenerator * * If colorize is set to true, the inner, outer, and the part * of the boundary where $x=0$, get indicator 0, 1, and 2, - * respectively. Otherwise all indicators are set to 0 (see + * respectively. Additionally, in 2d, the boundary indicator 3 is given to + * the vertical edge below the x-axis. Otherwise, if colorize is set to + * false all indicators are set to 0 (see * @ref GlossColorization "the glossary entry on colorization"). * * All manifold ids are set to zero, and a SphericalManifold is attached -- 2.39.5