From: bangerth Date: Fri, 9 Mar 2012 17:26:11 +0000 (+0000) Subject: Augment documentation. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=906833a0589276b1ee049a683cc256bb8318829d;p=dealii-svn.git Augment documentation. git-svn-id: https://svn.dealii.org/trunk@25226 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/include/deal.II/base/types.h b/deal.II/include/deal.II/base/types.h index 5e6c16a4ef..02331fb60d 100644 --- a/deal.II/include/deal.II/base/types.h +++ b/deal.II/include/deal.II/base/types.h @@ -79,7 +79,9 @@ namespace types const global_dof_index invalid_dof_index = static_cast(-1); /** - * The type used to denote boundary_indicators. + * The type used to denote boundary indicators associated with every + * piece of the boundary and, in the case of meshes that describe + * manifolds in higher dimensions, associated with every cell. */ typedef unsigned char boundary_id_t; @@ -90,7 +92,8 @@ namespace types const boundary_id_t internal_face_boundary_id = static_cast(-1); /** - * The type used to denote boundary_indicators. + * The type used to denote material indicators associated with every + * cell. */ typedef unsigned char material_id_t;