From 227084be7ca9376620b5b12066f94e2a5d192178 Mon Sep 17 00:00:00 2001 From: heister Date: Fri, 8 Feb 2013 17:12:00 +0000 Subject: [PATCH] add documentation to GridGenerator::subdivided_hyper_rectangle git-svn-id: https://svn.dealii.org/trunk@28281 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/include/deal.II/grid/grid_generator.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/deal.II/include/deal.II/grid/grid_generator.h b/deal.II/include/deal.II/grid/grid_generator.h index 39f53c565b..69ba622c64 100644 --- a/deal.II/include/deal.II/grid/grid_generator.h +++ b/deal.II/include/deal.II/grid/grid_generator.h @@ -183,7 +183,7 @@ public: * surfaces are assigned, such * that the lower one in * @p x-direction is 0, the - * upper one is 1. The indicators + * upper one is 1 (the left and the right vertical face). The indicators * for the surfaces in * @p y-direction are 2 and 3, * the ones for @p z are 4 and @@ -195,7 +195,8 @@ public: * direction xi * adds 2i. For * instance, the center point - * (1,-1,1) yields a material id 5. + * (1,-1,1) yields a material id 5 (this means that in 2d only material + * ids 0,1,2,3 are assigned independent from the number of repetitions). * * Note that the @p colorize flag is * ignored in 1d and is assumed to always -- 2.39.5