From: Wolfgang Bangerth Date: Mon, 23 Jan 2006 23:18:24 +0000 (+0000) Subject: Put a mis-placed block of documentation to where it belongs. X-Git-Tag: v8.0.0~12540 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=97eb60527dc673c26c26f21ac23a72e9f9918862;p=dealii.git 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 --- 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