]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Minor cleanups.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Wed, 28 Aug 2013 15:19:53 +0000 (15:19 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Wed, 28 Aug 2013 15:19:53 +0000 (15:19 +0000)
git-svn-id: https://svn.dealii.org/trunk@30519 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/include/deal.II/hp/dof_faces.h

index bc7129518d46dbf820b065f1af615fb97324af6d..2937bf902d63ecf388d727c8ffa0b6ad3c56ec16 100644 (file)
@@ -40,9 +40,6 @@ namespace internal
   {
 
     /**
-     *
-     * <h4>DoFFaces</h4>
-     *
      * These classes are similar to the internal::hp::DoFLevel classes. We here store
      * information that is associated with faces, rather than cells, as this information is
      * independent of the hierarchical structure of cells, which are organized in levels. In 2D
@@ -66,27 +63,13 @@ namespace internal
      * @ingroup dofs
      * @author Tobias Leicht, 2006
      */
-
-
-
-
-
-
     template<int dim>
-    class DoFFaces
-    {
-      /**
-       * Make the constrctor private to prevent the use
-       * of this template, only the specializations
-       * should be used
-       */
-    private:
-      DoFFaces();
-    };
+    class DoFFaces;
+
 
     /**
      * Store the indices of degrees of freedom on faces in 1D. As these would be vertices, which
-     * are treted separately, don't do anything.
+     * are treated separately, don't do anything.
      *
      * @ingroup hp
      * @author Tobias Leicht, 2006
@@ -113,6 +96,9 @@ namespace internal
     class DoFFaces<2>
     {
     public:
+      /**
+       * Indices of DoFs on the lines that bound cells.
+       */
       internal::hp::DoFObjects<1> lines;
 
       /**
@@ -134,7 +120,14 @@ namespace internal
     class DoFFaces<3>
     {
     public:
+      /**
+       * Indices of DoFs on the lines that form the edges of cells.
+       */
       internal::hp::DoFObjects<1> lines;
+
+      /**
+       * Indices of DoFs on the quads that bound cells.
+       */
       internal::hp::DoFObjects<2> quads;
 
       /**

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.