From: Wolfgang Bangerth Date: Mon, 19 Mar 2012 12:43:36 +0000 (+0000) Subject: Augment documentation. X-Git-Tag: v8.0.0~2761 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f7f4a0f8e425d302b0e51deb3edd7384b55b8bac;p=dealii.git Augment documentation. git-svn-id: https://svn.dealii.org/trunk@25298 0785d39b-7218-0410-832d-ea1e28bc413d --- 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