Skip to content

Commit

Permalink
Place figures for 2d/3d quarter hyper ball in same line
Browse files Browse the repository at this point in the history
  • Loading branch information
kronbichler committed Apr 5, 2020
1 parent 7bfa429 commit 2156a5a
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions include/deal.II/grid/grid_generator.h
Expand Up @@ -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 <style>div.image
* img[src="quarter_hyper_ball_2d.png"]{width:40%;}</style> \endhtmlonly
* @image html quarter_hyper_ball_2d.png
* \htmlonly <style>div.image
* img[src="quarter_hyper_ball_3d.png"]{width:40%;}</style> \endhtmlonly
* @image html quarter_hyper_ball_3d.png
*
* <table align="center" class="doxtable">
* <tr>
* <td>
* <img src="quarter_hyper_ball_2d.png" alt="" width="50%">
* </td>
* <td>
* <img src="quarter_hyper_ball_3d.png" alt="" width="45%">
* </td>
* </tr>
* </table>
*
* @pre The triangulation passed as argument needs to be empty when calling
* this function.
Expand Down

0 comments on commit 2156a5a

Please sign in to comment.