From 97eb60527dc673c26c26f21ac23a72e9f9918862 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Mon, 23 Jan 2006 23:18:24 +0000 Subject: [PATCH] Put a mis-placed block of documentation to where it belongs. git-svn-id: https://svn.dealii.org/trunk@12135 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/include/grid/tria.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/deal.II/deal.II/include/grid/tria.h b/deal.II/deal.II/include/grid/tria.h index ac88eb805b..c01196e3b1 100644 --- a/deal.II/deal.II/include/grid/tria.h +++ b/deal.II/deal.II/include/grid/tria.h @@ -1128,9 +1128,6 @@ namespace internal * apply some smoothing for multigrid algorithms, but this has to be decided * upon later. * - * N4/ face lines in 3d are ordered, such that the induced 2d local - * coordinate system (x,y) implies (right hand rule) a normal in - * face normal direction, see N2/ * *

Implementation conventions for two spatial dimensions

* @@ -1153,6 +1150,10 @@ namespace internal * point 0 towards point 1 and is always in one of the coordinate * directions * + * N4/ face lines in 3d are ordered, such that the induced 2d local + * coordinate system (x,y) implies (right hand rule) a normal in + * face normal direction, see N2/. + * * The resulting numbering of vertices and faces (lines) in 2d as * well as the directions of lines is shown in the following. * @verbatim -- 2.39.5