]> https://gitweb.dealii.org/ - dealii.git/commitdiff
fix some documentation
authorGuido Kanschat <dr.guido.kanschat@gmail.com>
Fri, 25 Nov 2005 09:26:27 +0000 (09:26 +0000)
committerGuido Kanschat <dr.guido.kanschat@gmail.com>
Fri, 25 Nov 2005 09:26:27 +0000 (09:26 +0000)
git-svn-id: https://svn.dealii.org/trunk@11788 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/include/multigrid/mg_level_object.h

index 711b13881d886a3b7d1088bd0e6cac1f1ec0b02a..18fe2696f8f8587797245cb8e1f72d2f4816d787 100644 (file)
 
 /**
  * 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 Object>
 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;
     

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.