From f1ed0401293236225e463795f006ac19c35f549c Mon Sep 17 00:00:00 2001 From: wolf Date: Tue, 19 Jan 1999 16:57:36 +0000 Subject: [PATCH] Doc update. git-svn-id: https://svn.dealii.org/trunk@740 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/include/grid/tria_hex.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/deal.II/deal.II/include/grid/tria_hex.h b/deal.II/deal.II/include/grid/tria_hex.h index 44a67a4c7f..186af1ac36 100644 --- a/deal.II/deal.II/include/grid/tria_hex.h +++ b/deal.II/deal.II/include/grid/tria_hex.h @@ -19,6 +19,9 @@ * in the #hexes.hexes# list attached to the information of each level * of the triangulation. * + * For conventions on the numbering of faces, lines and vertices within a + * hexahedron, refer to the documentation of the #Triangulation# class. + * * @author Wolfgang Bangerth, 1998 */ class Hexahedron { -- 2.39.5