From: Wolfgang Bangerth Date: Mon, 2 Oct 2000 13:25:27 +0000 (+0000) Subject: Doc update. X-Git-Tag: v8.0.0~20060 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9d4647ffffda619d98539e2f4831dbae952fd017;p=dealii.git Doc update. git-svn-id: https://svn.dealii.org/trunk@3369 0785d39b-7218-0410-832d-ea1e28bc413d --- 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];