From 73d418537ffae70422d14809ae0d1eaf31d14f29 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Thu, 4 May 2006 14:24:37 +0000 Subject: [PATCH] Doc update. git-svn-id: https://svn.dealii.org/trunk@13047 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/include/dofs/dof_levels.h | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/deal.II/deal.II/include/dofs/dof_levels.h b/deal.II/deal.II/include/dofs/dof_levels.h index 51b89f6287..0001f692a3 100644 --- a/deal.II/deal.II/include/dofs/dof_levels.h +++ b/deal.II/deal.II/include/dofs/dof_levels.h @@ -24,7 +24,13 @@ template class MGDoFHandler; namespace internal { - +/** + * A class that is used to disambiguate between functions of the same + * name but that operate on objects of different structural dimension. + * The class is only used in the interface between DoF accessors and + * the level information stored in the internal::DoFHandler::DoFLevel + * and internal::hp::DoFLevel classes. + */ template struct StructuralDimension {}; -- 2.39.5