]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix documentation.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Tue, 27 Jul 2010 16:36:29 +0000 (16:36 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Tue, 27 Jul 2010 16:36:29 +0000 (16:36 +0000)
git-svn-id: https://svn.dealii.org/trunk@21576 0785d39b-7218-0410-832d-ea1e28bc413d

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

index 52b1ce1a03cbc1146251ce50f6fc788c9799c373..39265fd4bd01b6bfe143cfbb845b840f21fb35dc 100644 (file)
@@ -1178,9 +1178,9 @@ namespace internal
  *
  *     <li> @p eliminate_unrefined_islands:
  *       For each cell we count the number of neighbors which are refined or
- *       flagged for refinement. If this exceeds the total number of neighbors
- *       (which is the number of faces minus the number of faces of this cell
- *       which are located on the boundary), then this cell is flagged for
+ *       flagged for refinement. If this exceeds the number of neighbors
+ *       which are not refined and not flagged for refinement, then the current
+ *       cell is flagged for
  *       refinement. Since this may lead to cells on the same level which also
  *       will need refinement, we will need additional loops of regularization
  *       and smoothing over all cells until nothing changes any more.
@@ -1286,7 +1286,7 @@ class Triangulation : public Subscriptor
 
     typedef typename IteratorSelector::CellAccessor         cell_accessor;
     typedef typename IteratorSelector::FaceAccessor         face_accessor;
-    
+
     typedef typename IteratorSelector::raw_line_iterator    raw_line_iterator;
     typedef typename IteratorSelector::line_iterator        line_iterator;
     typedef typename IteratorSelector::active_line_iterator active_line_iterator;

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.