From 0767f4e0c6f63bc48ac84e28dbaabcb69c3fb89e Mon Sep 17 00:00:00 2001 From: Timo Heister Date: Fri, 13 Apr 2018 16:11:02 -0400 Subject: [PATCH] documentation fixes for hyper_L --- include/deal.II/grid/grid_generator.h | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/include/deal.II/grid/grid_generator.h b/include/deal.II/grid/grid_generator.h index df6f2ec078..064ff48464 100644 --- a/include/deal.II/grid/grid_generator.h +++ b/include/deal.II/grid/grid_generator.h @@ -642,10 +642,11 @@ namespace GridGenerator * test convergence of schemes when the solution lacks regularity. * * If the @p colorize flag is set, the @p boundary_ids of the - * surfaces are assigned, such that the left boundary is 0, and the - * others are set with growing number accordingly to the - * counterclockwise. Colorize option works only with 2-dimensional - * problem. This function will create the classical L-shape in 2d + * surfaces are assigned such that the left boundary is 0 and the + * others are assigned counterclockwise in ascending order. + * The @p colorize option only works in two dimensions. + * + * This function will create the classical L-shape in 2d * and it will look like the following in 3d: * * @image html hyper_l.png -- 2.39.5