From 3c8b996e06c839b7c549d4bfe4fa61fefb068e6a Mon Sep 17 00:00:00 2001 From: wolf Date: Thu, 5 Nov 1998 16:58:31 +0000 Subject: [PATCH] Format documentation in a nicer format. git-svn-id: https://svn.dealii.org/trunk@633 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/include/grid/geometry_info.h | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) 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 -- 2.39.5