From 46f81f0b3342de27ae3cf7791049e131d27459d4 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Wed, 4 Jan 2006 14:15:06 +0000 Subject: [PATCH] Doc update. git-svn-id: https://svn.dealii.org/trunk@11945 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/include/dofs/hp_dof_levels.h | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/deal.II/deal.II/include/dofs/hp_dof_levels.h b/deal.II/deal.II/include/dofs/hp_dof_levels.h index bd61d72ce9..2e380fb697 100644 --- a/deal.II/deal.II/include/dofs/hp_dof_levels.h +++ b/deal.II/deal.II/include/dofs/hp_dof_levels.h @@ -2,7 +2,7 @@ // $Id$ // Version: $Name$ // -// Copyright (C) 2003 by the deal.II authors +// Copyright (C) 2003, 2006 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer @@ -40,11 +40,13 @@ class hpDoFLevel /** - * Store all information which belongs to one level of the multilevel hierarchy. + * Store all information which belongs to one level of the multilevel + * hierarchy. * - * In @ref{hpDoFLevel<0>} all data is stored which is not - * dependent on the dimension, e.g. a field to store the - * index referring to the FECollection class. + * In @ref{hpDoFLevel<0>} all data is stored which is not dependent on the + * dimension, e.g. a field to store the index referring to the FECollection + * class. The data therefore corresponds to cells, rather than vertices, + * lines, quads, etc. */ template <> class hpDoFLevel<0> -- 2.39.5