From: Wolfgang Bangerth Date: Wed, 9 Feb 2011 17:18:06 +0000 (+0000) Subject: Minor edit. X-Git-Tag: v8.0.0~4379 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=416b3d4305d22fcc51cd0175edf1e9102a3de53a;p=dealii.git Minor edit. git-svn-id: https://svn.dealii.org/trunk@23319 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/doxygen/headers/iterators.h b/deal.II/doc/doxygen/headers/iterators.h index 8d576805ec..3fb574718a 100644 --- a/deal.II/doc/doxygen/headers/iterators.h +++ b/deal.II/doc/doxygen/headers/iterators.h @@ -3,13 +3,12 @@ @{ deal.II has several classes which are understood conceptionally as -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). +meshes. Apart from the obvious Triangulation, these are, for example, +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. These iterators are all in a sense derived from the TriaIterator +class. Basically, the template signature of TriaIterator is @code