From: wolf Date: Tue, 24 Jan 2006 21:11:10 +0000 (+0000) Subject: Small documentation improvements X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=715c88e0fd7182a19a91e9f4c30b6ea9bc13a536;p=dealii-svn.git Small documentation improvements git-svn-id: https://svn.dealii.org/trunk@12152 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/base/include/base/geometry_info.h b/deal.II/base/include/base/geometry_info.h index 9f2b91d799..0b622b1b78 100644 --- a/deal.II/base/include/base/geometry_info.h +++ b/deal.II/base/include/base/geometry_info.h @@ -205,6 +205,10 @@ struct GeometryInfo<0> * This template specifies the interface to all topological structure * of the mesh cells. * + * The information of this class is used extensively in the geometric + * description of Triangulation objects, as well as in various other + * parts of the code. + * * @note Instantiations for this template are provided for dimensions 1,2,3,4, * and there is a specialization for dim=0 (see the section on @ref * Instantiations in the manual). diff --git a/deal.II/deal.II/include/grid/grid_generator.h b/deal.II/deal.II/include/grid/grid_generator.h index 6b95d3d88c..3b601b02db 100644 --- a/deal.II/deal.II/include/grid/grid_generator.h +++ b/deal.II/deal.II/include/grid/grid_generator.h @@ -286,7 +286,7 @@ class GridGenerator * * If the flag colorize is set, * the outer cells get material - * id's according tho the + * id's according to the * following scheme: extending * over the inner cube in * (+/-) x-direction: 1/2. In y-direction