]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Augment documentation.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 9 Mar 2012 17:26:11 +0000 (17:26 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 9 Mar 2012 17:26:11 +0000 (17:26 +0000)
git-svn-id: https://svn.dealii.org/trunk@25226 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/include/deal.II/base/types.h

index 5e6c16a4efb3b6d2ccc322f09fe7f2e3cabcbf83..02331fb60d7390ff976cb5cda90703b7eadfd0e0 100644 (file)
@@ -79,7 +79,9 @@ namespace types
   const global_dof_index invalid_dof_index = static_cast<global_dof_index>(-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<boundary_id_t>(-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;
 

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.