From: bangerth Date: Thu, 4 Dec 2008 21:32:15 +0000 (+0000) Subject: update X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7d56512ef5be7fd09d37cebe990cc03cbb02602b;p=dealii-svn.git update git-svn-id: https://svn.dealii.org/trunk@17843 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/doxygen/headers/iterators.h b/deal.II/doc/doxygen/headers/iterators.h index 0da02773be..0d7b378d5e 100644 --- a/deal.II/doc/doxygen/headers/iterators.h +++ b/deal.II/doc/doxygen/headers/iterators.h @@ -3,13 +3,13 @@ @{ deal.II has several classes which are understood conceptionally as -meshes. Apart from the obvious Triangulation, these are DoFHandler and -MGDoFHandler. All of those define a set of iterators, allowing the user to -traverse the whole mesh, i.e. the set of cells, faces, edges, etc that -comprise the mesh, or portions of it. Therefore, they have somethings in -common. In fact, these iterators are instantiations or subclasses of the same -class TriaIterator (we do not include TriaRawIterator here, since it is only -for internal use). +meshes. Apart from the obvious Triangulation, these are DoFHandler, +hp::DoFHandler and MGDoFHandler. All of those define a set of iterators, +allowing the user to traverse the whole mesh, i.e. the set of cells, faces, +edges, etc that comprise the mesh, or portions of it. Therefore, they have +somethings in common. In fact, these iterators are instantiations or +subclasses of the same class TriaIterator (we do not include TriaRawIterator +here, since it is only for %internal use). The template signature of TriaIterator is @code