]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Move functions into the right sections.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 10 Aug 2006 21:11:25 +0000 (21:11 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 10 Aug 2006 21:11:25 +0000 (21:11 +0000)
git-svn-id: https://svn.dealii.org/trunk@13647 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/include/fe/fe_q.h

index 1b4b47ae1aeb890276e0a2a98d9dd0630e4dc6ee..2b32672c7f0f62e6c77bc5a2505dbf58fd1e6117 100644 (file)
@@ -297,9 +297,7 @@ class FE_Q : public FE_Poly<TensorProductPolynomials<dim>,dim>
                                      */
     virtual void
     get_face_interpolation_matrix (const FiniteElement<dim> &source,
-                                  FullMatrix<double>       &matrix) const;
-                                    //@}
-    
+                                  FullMatrix<double>       &matrix) const;    
 
                                     /**
                                      * Return the matrix
@@ -326,23 +324,6 @@ class FE_Q : public FE_Poly<TensorProductPolynomials<dim>,dim>
     get_subface_interpolation_matrix (const FiniteElement<dim> &source,
                                      const unsigned int        subface,
                                      FullMatrix<double>       &matrix) const;
-                                    //@}
-
-    
-                                     /**
-                                      * Return whether this element
-                                      * implements its hanging node
-                                      * constraints in the new way,
-                                     * which has to be used to make
-                                     * elements "hp compatible".
-                                      *
-                                     * For the FE_Q class the result is
-                                     * always true (independent of the degree
-                                     * of the element), as it implements the
-                                     * complete set of functions necessary
-                                     * for hp capability.
-                                      */
-    virtual bool hp_constraints_are_implemented () const;
     
                                     /**
                                      * Check for non-zero values on a face.
@@ -365,6 +346,21 @@ class FE_Q : public FE_Poly<TensorProductPolynomials<dim>,dim>
                                      * @{
                                      */
     
+                                     /**
+                                      * Return whether this element
+                                      * implements its hanging node
+                                      * constraints in the new way,
+                                     * which has to be used to make
+                                     * elements "hp compatible".
+                                      *
+                                     * For the FE_Q class the result is
+                                     * always true (independent of the degree
+                                     * of the element), as it implements the
+                                     * complete set of functions necessary
+                                     * for hp capability.
+                                      */
+    virtual bool hp_constraints_are_implemented () const;
+    
                                     /**
                                      * If, on a vertex, several
                                      * finite elements are active,

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.