From: Guido Kanschat Date: Fri, 25 Nov 2005 09:26:27 +0000 (+0000) Subject: fix some documentation X-Git-Tag: v8.0.0~12847 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f42a96f99e91429fc23833794685140879ecb452;p=dealii.git fix some documentation git-svn-id: https://svn.dealii.org/trunk@11788 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/include/multigrid/mg_level_object.h b/deal.II/deal.II/include/multigrid/mg_level_object.h index 711b13881d..18fe2696f8 100644 --- a/deal.II/deal.II/include/multigrid/mg_level_object.h +++ b/deal.II/deal.II/include/multigrid/mg_level_object.h @@ -24,15 +24,15 @@ /** * An array with an object for each level. The purpose of this class - * is mostly to allow access by level number, even if the lower levels - * are not used and therefore have no object at all; this is done by - * simply shifting the given index by the minimum level we have - * stored. + * is mostly to store objects and allow access by level number, even + * if the lower levels are not used and therefore have no object at + * all; this is done by simply shifting the given index by the minimum + * level we have stored. * * In most cases, the objects which are stored on each levels, are * either matrices or vectors. * - * @author Wolfgang Bangerth, Guido Kanschat, 1999 + * @author Wolfgang Bangerth, Guido Kanschat, 1999, 2005 */ template class MGLevelObject : public Subscriptor @@ -88,7 +88,7 @@ class MGLevelObject : public Subscriptor void clear(); /** - * @brief Coarsest level for multigrid. + * Coarsest level for multigrid. */ unsigned int get_minlevel () const;