From 4563ba09d76861e792863c3317b54efdc90bbd7a Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Wed, 29 Mar 2006 03:40:33 +0000 Subject: [PATCH] One more correction. git-svn-id: https://svn.dealii.org/trunk@12751 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/include/dofs/dof_levels.h | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/deal.II/deal.II/include/dofs/dof_levels.h b/deal.II/deal.II/include/dofs/dof_levels.h index 419896d9af..bbfb1f994e 100644 --- a/deal.II/deal.II/include/dofs/dof_levels.h +++ b/deal.II/deal.II/include/dofs/dof_levels.h @@ -58,10 +58,9 @@ namespace internal * the number of lines on this level. The DoF indices for the @p ith * line are at the positions N*i...(N+1)*i-1. * - * The DoF indices for vertices are not stored this way, since they - * need different treatment in multigrid environments. If no multigrid - * is used, the indices are stored in the @p vertex_dofs array of the - * DoFHandler class. + * Since vertices are not associated with a particular level, the + * indices associated with vertices are not stored in the DoFLevel + * classes but rather in the DoFHandler::vertex_dofs array. * * @ingroup dofs * @author Wolfgang Bangerth, 1998 -- 2.39.5