From: wolf Date: Mon, 25 Jul 2005 16:04:12 +0000 (+0000) Subject: Last word on iterators. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fbd4fd0d163c5646683d1fd2c262e3a45bb533ae;p=dealii-svn.git Last word on iterators. git-svn-id: https://svn.dealii.org/trunk@11193 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/doxygen/headers/deal.II/iterators.h b/deal.II/doc/doxygen/headers/deal.II/iterators.h index 07f9967579..3e34c406fa 100644 --- a/deal.II/doc/doxygen/headers/deal.II/iterators.h +++ b/deal.II/doc/doxygen/headers/deal.II/iterators.h @@ -324,7 +324,12 @@ Likewise, active iterators are as follows: - +In addition to these types and calls that act on cells and faces (logical +concepts that depend on the dimension: a cell is a quadrilateral in 2d, but +a hexehedron in 3d), there are corresponding types and calls like +begin_active_quad() or end_quad() that act on the +dimension independent geometric objects line, quad, and hex. These calls, +just as the ones above, exist in active and non-active forms. */ /**