From: wolf Date: Tue, 2 May 2006 01:20:28 +0000 (+0000) Subject: More doc updates. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ec9af1229050f95dbc39ed6ccfb9673c13f2a6bd;p=dealii-svn.git More doc updates. git-svn-id: https://svn.dealii.org/trunk@12949 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/include/dofs/hp_dof_handler.h b/deal.II/deal.II/include/dofs/hp_dof_handler.h index 3a49233f9f..a9655f818d 100644 --- a/deal.II/deal.II/include/dofs/hp_dof_handler.h +++ b/deal.II/deal.II/include/dofs/hp_dof_handler.h @@ -1079,6 +1079,14 @@ namespace hp * into this array are provided * by the vertex_dofs_offsets * field. + * + * Access to this field is + * generally through the + * get_vertex_dof_index() and + * set_vertex_dof_index() + * functions, encapsulating the + * actual data format used to + * the present class. */ std::vector vertex_dofs; @@ -1094,6 +1102,14 @@ namespace hp * described in the * documentation of * hp::DoFLevel. + * + * Access to this field is + * generally through the + * get_vertex_dof_index() and + * set_vertex_dof_index() + * functions, encapsulating the + * actual data format used to + * the present class. */ std::vector vertex_dofs_offsets;