From fbd4fd0d163c5646683d1fd2c262e3a45bb533ae Mon Sep 17 00:00:00 2001 From: wolf Date: Mon, 25 Jul 2005 16:04:12 +0000 Subject: [PATCH] Last word on iterators. git-svn-id: https://svn.dealii.org/trunk@11193 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/doxygen/headers/deal.II/iterators.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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. */ /** -- 2.39.5