]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Doc updates.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Tue, 21 Mar 2006 21:58:46 +0000 (21:58 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Tue, 21 Mar 2006 21:58:46 +0000 (21:58 +0000)
git-svn-id: https://svn.dealii.org/trunk@12649 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/include/grid/tria.h

index d55b9361d97d45fb5e95072b7595791dafbab7b1..798d4c298323d3ec869224716ccdabc83d0835d5 100644 (file)
@@ -1172,6 +1172,11 @@ class Triangulation : public Subscriptor
                                      */
     static const StraightBoundary<dim> *straight_boundary;
 
+                                    /**
+                                     * An internal typedef to make
+                                     * the definition of the iterator
+                                     * classes simpler.
+                                     */
     typedef internal::TriaIteratorSelector<dim> IteratorSelector;
                      
   public:
@@ -1284,9 +1289,9 @@ class Triangulation : public Subscriptor
     static const unsigned int dimension = dim;
 
                                     /**
-                                     *  Create a triangulation and create
-                                     *  the first level of the hierarchy.
-                                     *  Do not create any cells.
+                                     *  Create an empty
+                                     *  triangulation. Do not create
+                                     *  any cells.
                                      */
     Triangulation (const MeshSmoothing smooth_grid = none);
 
@@ -2199,7 +2204,6 @@ class Triangulation : public Subscriptor
                                     /**
                                      *  Return an iterator pointing to the last
                                      *  line of the level @p level, used or not.
-
                                      */
     raw_line_iterator
     last_raw_line (const unsigned int level) const;
@@ -2269,8 +2273,7 @@ class Triangulation : public Subscriptor
                                      *  iterators with past-the-end or
                                      *  before-the-beginning states.
                                      */
-    raw_quad_iterator
-    end_quad () const;
+    raw_quad_iterator    end_quad () const;
 
                                     /**
                                      * Return an iterator which is the first

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.