From 2769ea6b8a8a182dd813477fc3b750fdf4d28022 Mon Sep 17 00:00:00 2001 From: wolf Date: Mon, 2 Oct 2000 13:25:27 +0000 Subject: [PATCH] Doc update. git-svn-id: https://svn.dealii.org/trunk@3369 0785d39b-7218-0410-832d-ea1e28bc413d --- .../deal.II/include/grid/grid_reordering.h | 25 +++++++++++++++++-- 1 file changed, 23 insertions(+), 2 deletions(-) diff --git a/deal.II/deal.II/include/grid/grid_reordering.h b/deal.II/deal.II/include/grid/grid_reordering.h index 289c1f0aa2..415c8969f2 100644 --- a/deal.II/deal.II/include/grid/grid_reordering.h +++ b/deal.II/deal.II/include/grid/grid_reordering.h @@ -27,7 +27,8 @@ */ template class GridReorderingInfo -{}; +{ +}; /** @@ -524,8 +525,9 @@ class GridReordering : private GridReorderingInfo * * @author Wolfgang Bangerth, 2000 */ - struct Cell : public CellData + class Cell : public CellData { + public: /** * Value to be used if a * neighbor does not exist, @@ -548,6 +550,18 @@ class GridReordering : private GridReorderingInfo * denote the faces that * would be needed if the * cell were rotate so often. + * + * Note that the order in + * which the faces for a + * specific rotational state + * appear is not specified, + * as this is not + * important. It is only + * important that each face + * in one rotational state or + * other appears once for + * each orientation of the + * cell. */ typename map::iterator faces[GridReorderingInfo::rotational_states_of_cells][GeometryInfo::faces_per_cell]; @@ -738,6 +752,13 @@ class GridReordering : private GridReorderingInfo * another direction, thus * forbidding the present * face to be used. + * + * Note that the order in + * which the reverted faces + * appear here is not + * specified, as it is not + * important for the + * algorithm. */ typename map::const_iterator reverse_faces[GridReorderingInfo::rotational_states_of_faces-1]; -- 2.39.5