From fdfad489cc672742eefc754886e6d6661ebe2c55 Mon Sep 17 00:00:00 2001
From: Melanie Gerault <mgerault@mit.edu>
Date: Wed, 14 Aug 2019 15:00:40 -0400
Subject: [PATCH] Added the links to the pictures in the documentation of
 GridGenerator::eccentric_hyper_shell()

---
 include/deal.II/grid/grid_generator.h | 11 +++++++++--
 1 file changed, 9 insertions(+), 2 deletions(-)

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 <tt>n_cells</tt> 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.
    */
-- 
2.39.5