From: Martin Kronbichler Date: Sun, 5 Apr 2020 06:38:48 +0000 (+0200) Subject: Place figures for 2d/3d quarter hyper ball in same line X-Git-Tag: v9.2.0-rc1~285^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2156a5aa6e8346d0074d89a91dafd483e1bd0a3e;p=dealii.git Place figures for 2d/3d quarter hyper ball in same line --- diff --git a/include/deal.II/grid/grid_generator.h b/include/deal.II/grid/grid_generator.h index 4a39fcbe88..4ec81aba00 100644 --- a/include/deal.II/grid/grid_generator.h +++ b/include/deal.II/grid/grid_generator.h @@ -782,13 +782,16 @@ namespace GridGenerator * is set to zero, and a SphericalManifold is attached to it. * * The resulting grid in 2D and 3D looks as follows: - * \htmlonly \endhtmlonly - * @image html quarter_hyper_ball_2d.png - * \htmlonly \endhtmlonly - * @image html quarter_hyper_ball_3d.png - * + * + * + * + * + * + *
+ * + * + * + *
* * @pre The triangulation passed as argument needs to be empty when calling * this function.