From: Bruno Date: Thu, 1 Apr 2021 20:35:55 +0000 (-0400) Subject: Add image for subdivided cylinder X-Git-Tag: v9.3.0-rc1~251^2~3 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aba1aa3ffa08e72055ac8c81b5a99d48cd0aa872;p=dealii.git Add image for subdivided cylinder --- diff --git a/doc/doxygen/images/subdivided_cylinder_3D.png b/doc/doxygen/images/subdivided_cylinder_3D.png new file mode 100644 index 0000000000..86290c4504 Binary files /dev/null and b/doc/doxygen/images/subdivided_cylinder_3D.png differ diff --git a/include/deal.II/grid/grid_generator.h b/include/deal.II/grid/grid_generator.h index 1edd4b6ec5..565ca2917f 100644 --- a/include/deal.II/grid/grid_generator.h +++ b/include/deal.II/grid/grid_generator.h @@ -969,6 +969,8 @@ namespace GridGenerator * The manifold id for the hull of the cylinder is set to zero, and a * CylindricalManifold is attached to it. * + * @image html subdivided_cylinder_3D.png + * * @param tria The triangulation to be created. It needs to be empty upon * calling this function. *