From: wolf Date: Thu, 5 Nov 1998 16:58:31 +0000 (+0000) Subject: Format documentation in a nicer format. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3c8b996e06c839b7c549d4bfe4fa61fefb068e6a;p=dealii-svn.git Format documentation in a nicer format. git-svn-id: https://svn.dealii.org/trunk@633 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/include/grid/geometry_info.h b/deal.II/deal.II/include/grid/geometry_info.h index fb06a8857b..0244b7ca9d 100644 --- a/deal.II/deal.II/include/grid/geometry_info.h +++ b/deal.II/deal.II/include/grid/geometry_info.h @@ -109,24 +109,28 @@ struct GeometryInfo<2> { * * For example, in 2D the layout of * a cell is as follows: + * \begin{verbatim} * 2 - * 3-->--2 - * | | - * 3 ^ ^ 1 - * | | - * 0-->--1 - * 0 + * . 3-->--2 + * . | | + * . 3 ^ ^ 1 + * . | | + * . 0-->--1 + * . 0 + * \end{verbatim} * Vertices and faces are indicated * with their numbers, faces also with * their directions. * * Now, when refined, the layout is * like this: + * \begin{verbatim} * *--*--* * | 3|2 | * *--*--* * | 0|1 | * *--*--* + * \end{verbatim} * * Thus, the child cells on face zero * are (ordered in the direction of the