From d26ed8d85645ec062ad1d2a338412bb037aa4624 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Fri, 11 Feb 2011 04:18:50 +0000 Subject: [PATCH] Augment documentation. git-svn-id: https://svn.dealii.org/trunk@23333 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/include/deal.II/grid/grid_generator.h | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/deal.II/include/deal.II/grid/grid_generator.h b/deal.II/include/deal.II/grid/grid_generator.h index b5e51b448d..513336cd4a 100644 --- a/deal.II/include/deal.II/grid/grid_generator.h +++ b/deal.II/include/deal.II/grid/grid_generator.h @@ -2,7 +2,7 @@ // $Id$ // Version: $Name$ // -// Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 by the deal.II authors +// Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer @@ -584,11 +584,13 @@ class GridGenerator * that the resulting elements * have the least aspect ratio. * - * In 3D, only two different - * numbers are meaningful, 6 for - * a surface based on a - * hexahedron and 12 for the - * rhombic dodecahedron. + * In 3D, only two different numbers are + * meaningful, 6 for a surface based on a + * hexahedron (i.e. 6 panels on the inner + * sphere extruded in radial direction to + * form 6 cells) and 12 for the rhombic + * dodecahedron. These give rise to the + * following meshes upon one refinement: * * @image html hypershell3d-6.png * @image html hypershell3d-12.png -- 2.39.5