]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Move some code around to make kdoc more happy.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Sat, 13 Jun 1998 12:30:10 +0000 (12:30 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Sat, 13 Jun 1998 12:30:10 +0000 (12:30 +0000)
git-svn-id: https://svn.dealii.org/trunk@405 0785d39b-7218-0410-832d-ea1e28bc413d

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

index 59fcdb915701838d1a315cfdd13f9fb611144f33..a99aa6aeebfd0559ea337b6e2e6164491d5f5922 100644 (file)
@@ -37,6 +37,27 @@ class ostream;
 
 
 
+/**
+ * Declare some symbolic names for mesh smoothing algorithms. The meaning of
+ * these flags is documented in the #Triangulation# class.
+ */
+enum MeshSmoothing {
+      none                               = 0x0,
+      limit_level_difference_at_vertices = 0x1,     
+      eliminate_unrefined_islands        = 0x2,
+
+      eliminate_refined_islands          = 0x4,
+      
+      smoothing_on_refinement            = (limit_level_difference_at_vertices |
+                                           eliminate_unrefined_islands),
+      smoothing_on_coarsening            = (eliminate_refined_islands),
+      maximum_smoothing                  = 0xffff
+};
+
+                                      
+
+
+
 /**
  *  General template for information belonging to one level of a multilevel
  *  hierarchy of a triangulation. This template is only declared to allow
@@ -539,31 +560,12 @@ class TriaDimensionInfo<2> {
 
 
 
-/**
- * Declare some symbolic names for mesh smoothing algorithms. The meaning of
- * these flags is documented in the #Triangulation# class.
- */
-enum MeshSmoothing {
-      none                               = 0x0,
-      limit_level_difference_at_vertices = 0x1,     
-      eliminate_unrefined_islands        = 0x2,
-
-      eliminate_refined_islands          = 0x4,
-      
-      smoothing_on_refinement            = (limit_level_difference_at_vertices |
-                                           eliminate_unrefined_islands),
-      smoothing_on_coarsening            = (eliminate_refined_islands),
-      maximum_smoothing                  = 0xffff
-};
-
-                                      
 
 
 
 /*------------------------------------------------------------------------*/
 
 
-
 /**
  *  #Triangulation#s denote a hierarchy of levels of elements which together
  *  form a region in #dim# spatial dimensions.

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.