From: Wolfgang Bangerth Date: Thu, 4 May 2006 14:24:37 +0000 (+0000) Subject: Doc update. X-Git-Tag: v8.0.0~11769 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=73d418537ffae70422d14809ae0d1eaf31d14f29;p=dealii.git Doc update. git-svn-id: https://svn.dealii.org/trunk@13047 0785d39b-7218-0410-832d-ea1e28bc413d --- 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 {};