From 9d69ff4f5a0398080f19d55c7b6942f419773c67 Mon Sep 17 00:00:00 2001 From: mike Date: Mon, 27 Oct 2003 22:42:42 +0000 Subject: [PATCH] Added comments to the edge_orientation_array member. git-svn-id: https://svn.dealii.org/trunk@8168 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/include/grid/grid_reordering_internal.h | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/deal.II/deal.II/include/grid/grid_reordering_internal.h b/deal.II/deal.II/include/grid/grid_reordering_internal.h index fffff97f5e..c17b0ce1b1 100644 --- a/deal.II/deal.II/include/grid/grid_reordering_internal.h +++ b/deal.II/deal.II/include/grid/grid_reordering_internal.h @@ -696,6 +696,14 @@ namespace internal */ std::vector sheet_to_process; + + /** + * Which edges of the current + * cell have been oriented + * during the current iteration. + * Is reset when moving on to + * the next cube. + */ bool edge_orient_array[12]; /** -- 2.39.5