From 44f8b60eeeed9adc14db462d9df216013f266943 Mon Sep 17 00:00:00 2001 From: bangerth Date: Mon, 19 Mar 2012 12:43:36 +0000 Subject: [PATCH] Augment documentation. git-svn-id: https://svn.dealii.org/trunk@25298 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/include/deal.II/grid/grid_generator.h | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/deal.II/include/deal.II/grid/grid_generator.h b/deal.II/include/deal.II/grid/grid_generator.h index 6406061e86..5b19207dc3 100644 --- a/deal.II/include/deal.II/grid/grid_generator.h +++ b/deal.II/include/deal.II/grid/grid_generator.h @@ -1,7 +1,7 @@ //--------------------------------------------------------------------------- // $Id$ // -// Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 by the deal.II authors +// Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer @@ -561,7 +561,12 @@ class GridGenerator * spheres around center, * with given * inner_radius and - * outer_radius. + * outer_radius. The number + * n_cells indicates the + * number of cells of the resulting + * triangulation, i.e., how many cells + * form the ring (in 2d) or the shell + * (in 3d). * * If the flag @p colorize is @p true, * then the outer boundary will have the @@ -998,7 +1003,7 @@ class GridGenerator const Point& center, const double inner_radius, const double outer_radius); - + /** * Solve the Laplace equation for * @p laplace_transformation -- 2.39.5