From: mike Date: Mon, 27 Oct 2003 22:42:42 +0000 (+0000) Subject: Added comments to the edge_orientation_array member. X-Git-Tag: v8.0.0~16045 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=570f8468ce9f6a33b0a7b2e204321f3a1e02b64c;p=dealii.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]; /**