From 2fd7fcfdd13ee1e6ed6f18c3db8f81627a7156f1 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Tue, 16 Sep 2014 10:16:00 -0500 Subject: [PATCH] Remove references to MGDoFHandler. MGDoFHandler has been deprecated for a while already. Remove all references to it from this documentation module. --- doc/doxygen/headers/iterators.h | 37 ++++----------------------------- 1 file changed, 4 insertions(+), 33 deletions(-) diff --git a/doc/doxygen/headers/iterators.h b/doc/doxygen/headers/iterators.h index 144ffeaa0f..b949c986df 100644 --- a/doc/doxygen/headers/iterators.h +++ b/doc/doxygen/headers/iterators.h @@ -1,7 +1,7 @@ // --------------------------------------------------------------------- // $Id$ // -// Copyright (C) 2013 by the deal.II authors +// Copyright (C) 2013, 2014 by the deal.II authors // // This file is part of the deal.II library. // @@ -20,7 +20,7 @@ deal.II has several classes which are understood conceptionally as meshes. Apart from the obvious Triangulation, these are, for example, -DoFHandler, hp::DoFHandler and MGDoFHandler. All of those define a set +DoFHandler and hp::DoFHandler. 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 @@ -270,8 +270,8 @@ of accessor classes: Except to look up member documentation, you will not usually have to deal with the actual class names listed above. Rather, one uses the typedefs provided by -the container classes Triangulation, DoFHandler, hp::DoFHandler and -MGDoFHandler, as well as the function that generate such objects: +the container classes Triangulation, DoFHandler and hp::DoFHandler, as well +as the function that generate such objects: @@ -297,12 +297,6 @@ MGDoFHandler, as well as the function that generate such objects: - - - - - -
typename hp::DoFHandler::cell_iterator hp_dof_handler.begin()
MGDoFHandlertypename MGDoFHandler::cell_iteratormg_dof_handler.begin()
@@ -330,12 +324,6 @@ MGDoFHandler, as well as the function that generate such objects: typename hp::DoFHandler::face_iterator hp_dof_handler.begin_face() - - - MGDoFHandler - typename MGDoFHandler::face_iterator - mg_dof_handler.begin_face() - @@ -365,12 +353,6 @@ Likewise, active iterators have the following properties: typename hp::DoFHandler::active_cell_iterator hp_dof_handler.begin_active() - - - MGDoFHandler - typename MGDoFHandler::active_cell_iterator - mg_dof_handler.begin_active() - @@ -398,12 +380,6 @@ Likewise, active iterators have the following properties: typename hp::DoFHandler::active_face_iterator hp_dof_handler.begin_active_face() - - - MGDoFHandler - typename MGDoFHandler::active_face_iterator - mg_dof_handler.begin_active_face() - @@ -427,11 +403,6 @@ stated in the internal::DoFHandler::Iterators > classes for DoFHandler and hp::DoFHandler iterators, -- internal::MGDoFHandler::Iterators<1,spacedim>, - internal::MGDoFHandler::Iterators<2,spacedim>, and - internal::MGDoFHandler::Iterators<3,spacedim> classes for MGDoFHandler - iterators. - @section IteratorAccessorInternals Iterator and accessor internals -- 2.39.5