]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Move around documentation a little bit.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Wed, 29 Mar 2006 03:31:43 +0000 (03:31 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Wed, 29 Mar 2006 03:31:43 +0000 (03:31 +0000)
git-svn-id: https://svn.dealii.org/trunk@12749 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/include/dofs/dof_levels.h

index 279fa6c9c037cfd2d8ee0b52631506de71ab08a7..277a9ee7858fae4a2ae1052327f98405f8c00e38 100644 (file)
@@ -34,26 +34,6 @@ namespace internal
  * class, but do not actually use it. Rather, only specializations of
  * this class are used.
  *
- * @ingroup dofs
- * @author Wolfgang Bangerth, 1998
- */
-    template <int N>
-    class DoFLevel
-    {
-      private:
-                                         /**
-                                          * Make the constructor private
-                                          * to avoid that someone uses
-                                          * this class.
-                                          */
-        DoFLevel ();
-    };
-
-
-/**
- * Store the indices of the degrees of freedom which are located on
- * the lines.
- *
  * <h3>Information for all DoFLevel classes</h3>
  *
  * The <tt>DoFLevel<N></tt> classes 
@@ -99,6 +79,26 @@ namespace internal
  *
  * @ingroup dofs
  * @author Wolfgang Bangerth, 1998
+ */
+    template <int N>
+    class DoFLevel
+    {
+      private:
+                                         /**
+                                          * Make the constructor private
+                                          * to avoid that someone uses
+                                          * this class.
+                                          */
+        DoFLevel ();
+    };
+
+
+/**
+ * Store the indices of the degrees of freedom which are located on
+ * the lines. See the general template DoFLevel for more information.
+ *
+ * @ingroup dofs
+ * @author Wolfgang Bangerth, 1998
  */
     template <>
     class DoFLevel<1>
@@ -124,7 +124,7 @@ namespace internal
 
 /**
  * Store the indices of the degrees of freedom which are located on
- * quads.  See DoFLevel<1> for more information.
+ * quads. See the general template DoFLevel for more information.
  *
  * @ingroup dofs
  * @author Wolfgang Bangerth, 1998
@@ -153,7 +153,7 @@ namespace internal
 
 /**
  * Store the indices of the degrees of freedom which are located on
- * hexhedra.  See DoFLevel<1> for more information.
+ * hexhedra. See the general template DoFLevel for more information.
  *
  * @ingroup dofs
  * @author Wolfgang Bangerth, 1998

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.