From 4b0508df882e41afa48ed0fccc903942c3cede53 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Thu, 16 Jul 2009 17:40:57 +0000 Subject: [PATCH] Augment documentation. git-svn-id: https://svn.dealii.org/trunk@19097 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/base/include/base/geometry_info.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/deal.II/base/include/base/geometry_info.h b/deal.II/base/include/base/geometry_info.h index 4b3745b539..c1ad6a5e16 100644 --- a/deal.II/base/include/base/geometry_info.h +++ b/deal.II/base/include/base/geometry_info.h @@ -911,7 +911,7 @@ struct GeometryInfo<0> * 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 + * 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/. * @@ -1758,7 +1758,10 @@ struct GeometryInfo * cell vertex number of the * vertexth vertex of * face face, e.g. - * GeometryInfo<2>::face_to_cell_vertices(3,0)=2. + * GeometryInfo<2>::face_to_cell_vertices(3,0)=2, + * see the image under point N4 + * in the 2d section of this + * class's documentation. * * Through the face_orientation, * face_flip and -- 2.39.5