From 4703333e0c20f11412e77b58ca342a4071ce74ef Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Tue, 24 Jan 2006 21:11:10 +0000 Subject: [PATCH] Small documentation improvements git-svn-id: https://svn.dealii.org/trunk@12152 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/base/include/base/geometry_info.h | 4 ++++ deal.II/deal.II/include/grid/grid_generator.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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 -- 2.39.5