From: mike Date: Mon, 27 Oct 2003 22:42:42 +0000 (+0000) Subject: Added comments to the edge_orientation_array member. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9d69ff4f5a0398080f19d55c7b6942f419773c67;p=dealii-svn.git Added comments to the edge_orientation_array member. git-svn-id: https://svn.dealii.org/trunk@8168 0785d39b-7218-0410-832d-ea1e28bc413d --- 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]; /**