From: wolf Date: Fri, 14 Apr 2006 11:17:37 +0000 (+0000) Subject: Mention hp::DoFHandler. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=247d19bf2df27cc21fd4a711c6ebf403d0dfb52f;p=dealii-svn.git Mention hp::DoFHandler. git-svn-id: https://svn.dealii.org/trunk@12828 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/include/grid/intergrid_map.h b/deal.II/deal.II/include/grid/intergrid_map.h index da64368fa2..62c754b9a4 100644 --- a/deal.II/deal.II/include/grid/intergrid_map.h +++ b/deal.II/deal.II/include/grid/intergrid_map.h @@ -63,11 +63,11 @@ * valid keys. For example, the mapping for the mother cell of cells 1 and 2 * on the first grid will point to cell 1 on the second grid. * - * The implementation of this class is such that not only cell iterators - * into triangulations can be mapped, but also iterators into objects of - * type DoFHandler and MGDoFHandler. The extension to other classes - * offering iterator functions and some minor additional requirements is - * simple. + * The implementation of this class is such that not only cell + * iterators into triangulations can be mapped, but also iterators + * into objects of type DoFHandler, hp::DoFHandler and + * MGDoFHandler. The extension to other classes offering iterator + * functions and some minor additional requirements is simple. * * Note that this class could in principle be based on the C++ map * data type. Instead, it uses another data format which is more effective both