From: Wolfgang Bangerth Date: Wed, 29 Mar 2006 03:40:33 +0000 (+0000) Subject: One more correction. X-Git-Tag: v8.0.0~11964 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4563ba09d76861e792863c3317b54efdc90bbd7a;p=dealii.git One more correction. git-svn-id: https://svn.dealii.org/trunk@12751 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 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