From 570f8468ce9f6a33b0a7b2e204321f3a1e02b64c 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