From: Melanie Gerault Date: Wed, 14 Aug 2019 21:56:15 +0000 (-0400) Subject: Update to documentation and downsized figures X-Git-Tag: v9.2.0-rc1~1233^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F8570%2Fhead;p=dealii.git Update to documentation and downsized figures --- diff --git a/doc/doxygen/images/eccentric_hyper_shell_2D.png b/doc/doxygen/images/eccentric_hyper_shell_2D.png index d87400b6b7..c1ee6d311d 100644 Binary files a/doc/doxygen/images/eccentric_hyper_shell_2D.png and b/doc/doxygen/images/eccentric_hyper_shell_2D.png differ diff --git a/doc/doxygen/images/eccentric_hyper_shell_3D.png b/doc/doxygen/images/eccentric_hyper_shell_3D.png index 134c4156f5..dfb5c80268 100644 Binary files a/doc/doxygen/images/eccentric_hyper_shell_3D.png and b/doc/doxygen/images/eccentric_hyper_shell_3D.png differ diff --git a/include/deal.II/grid/grid_generator.h b/include/deal.II/grid/grid_generator.h index 42fe54b2d5..1241ca35a5 100644 --- a/include/deal.II/grid/grid_generator.h +++ b/include/deal.II/grid/grid_generator.h @@ -977,11 +977,11 @@ namespace GridGenerator * Here, the number n_cells of elements has the same meaning as in * GridGenerator::hyper_shell. * - * The grids with 12 initial cells and 3 levels of global refinement are - * plotted below: + * The grids with a 30% offset of the inner shell in the x direction, 12 + * initial cells and 3 levels of global refinement are plotted below: * * @image html eccentric_hyper_shell_2D.png - * @image html eccentric_hyper_shell_2D.png + * @image html eccentric_hyper_shell_3D.png * * @note Because it uses the definition of the hyper shell, this function is * declared to exist for triangulations of all space dimensions, but throws an