From: Daniel Arndt Date: Thu, 4 Jan 2018 16:17:40 +0000 (+0100) Subject: Update documentation X-Git-Tag: v9.0.0-rc1~597^2~1 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3e7079c8e13fb02815558a86318efed49cc9715a;p=dealii.git Update documentation --- 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. *