From 3e7079c8e13fb02815558a86318efed49cc9715a Mon Sep 17 00:00:00 2001 From: Daniel Arndt Date: Thu, 4 Jan 2018 17:17:40 +0100 Subject: [PATCH] Update documentation --- 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 db1b0b741a..a2b392a013 100644 --- a/include/deal.II/grid/grid_generator.h +++ b/include/deal.II/grid/grid_generator.h @@ -559,7 +559,7 @@ namespace GridGenerator * x=-half_length to x=half_length and its projection into * the @p yz-plane is a circle of radius @p radius_0 at * x=-half_length and a circle of radius @p radius_1 at - * x=+half_length. In between the radius is linearly decreasing. + * x=+half_length. In between the radius is linearly decreasing. * * In two dimensions, the cone is a trapezoid from x=-half_length * to x=+half_length and from y=-radius_0 to @@ -570,9 +570,10 @@ namespace GridGenerator * The boundaries are colored according to the following scheme: 0 for the * hull of the cone, 1 for the left hand face and 2 for the right hand face. * - * An example of use can be found in the documentation of the ConeBoundary - * class, with which you probably want to associate boundary indicator 0 - * (the hull of the cone). + * In three dimensions, the CylindricalManifold class is an appropriate choice + * for the description of the hull, with which you probably want to associate + * boundary indicator 0. + * In two dimensions the default FlatManifold is sufficient. * * @note The triangulation needs to be void upon calling this function. * -- 2.39.5