From 8b21f11a997e3f5fd89eb051f45d5ba79e6f6cce Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Fri, 14 Apr 2006 11:17:37 +0000 Subject: [PATCH] Mention hp::DoFHandler. git-svn-id: https://svn.dealii.org/trunk@12828 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/include/grid/intergrid_map.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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 -- 2.39.5