From c9076872d11f1c7390466455e3d04be80f8bf486 Mon Sep 17 00:00:00 2001 From: Guido Kanschat Date: Mon, 27 Aug 2012 14:13:09 +0000 Subject: [PATCH] Clarify git-svn-id: https://svn.dealii.org/trunk@26130 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/include/deal.II/base/geometry_info.h | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/deal.II/include/deal.II/base/geometry_info.h b/deal.II/include/deal.II/base/geometry_info.h index 52726f17b6..cd6485273d 100644 --- a/deal.II/include/deal.II/base/geometry_info.h +++ b/deal.II/include/deal.II/base/geometry_info.h @@ -1564,7 +1564,14 @@ struct GeometryInfo * The first index in this 2D-array * runs over all vertices, the second * index over @p dim faces to which - * the vertex belongs + * the vertex belongs. + * + * The order of the faces for + * each vertex is such that the + * first listed face bounds the + * reference cell in x + * direction, the second in + * y direction, and so on. */ static const unsigned int vertex_to_face[vertices_per_cell][dim]; -- 2.39.5