From: Melanie Gerault Date: Wed, 14 Aug 2019 19:00:40 +0000 (-0400) Subject: Added the links to the pictures in the documentation of GridGenerator::eccentric_hype... X-Git-Tag: v9.2.0-rc1~1233^2~1 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fdfad489cc672742eefc754886e6d6661ebe2c55;p=dealii.git Added the links to the pictures in the documentation of GridGenerator::eccentric_hyper_shell() --- diff --git a/include/deal.II/grid/grid_generator.h b/include/deal.II/grid/grid_generator.h index 6612b08df4..42fe54b2d5 100644 --- a/include/deal.II/grid/grid_generator.h +++ b/include/deal.II/grid/grid_generator.h @@ -977,8 +977,15 @@ namespace GridGenerator * Here, the number n_cells of elements has the same meaning as in * GridGenerator::hyper_shell. * - * @note This function is declared to exist for triangulations of all space - * dimensions, but throws an error if called in 1d. + * The grids with 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 + * + * @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 + * error if called in 1d. * * @note The triangulation passed as argument needs to be empty when calling this function. */