From: blaisb Date: Tue, 6 Aug 2019 20:48:55 +0000 (-0400) Subject: Added an image in the documentation of the grid_generator X-Git-Tag: v9.2.0-rc1~1311^2~4 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=328d1ea722972a39c682663970d73cdadabf1d9e;p=dealii.git Added an image in the documentation of the grid_generator as well as a small description of said image to exemply what type of output can be gotten from this generator --- diff --git a/doc/doxygen/images/cylinder_shell.png b/doc/doxygen/images/cylinder_shell.png new file mode 100644 index 0000000000..588f22de1d Binary files /dev/null and b/doc/doxygen/images/cylinder_shell.png differ diff --git a/include/deal.II/grid/grid_generator.h b/include/deal.II/grid/grid_generator.h index f1b0434d1b..87427881b3 100644 --- a/include/deal.II/grid/grid_generator.h +++ b/include/deal.II/grid/grid_generator.h @@ -1031,6 +1031,13 @@ namespace GridGenerator * to the triangulation. * * @note The triangulation passed as argument needs to be empty when calling this function. + * + * @image html cylinder_shell.png + * + * In this picture, a cylinder shell of length 2, inner radius 0.5, outer radius 1. is + * shown. The default argument for n_radial_cells and n_axial_cells are used and a single + * global refinement is carried out. + * */ template void