From: bangerth Date: Thu, 10 Aug 2006 21:11:25 +0000 (+0000) Subject: Move functions into the right sections. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=251317768dd6043b91b42d9c62bf2c20483a322c;p=dealii-svn.git Move functions into the right sections. git-svn-id: https://svn.dealii.org/trunk@13647 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/include/fe/fe_q.h b/deal.II/deal.II/include/fe/fe_q.h index 1b4b47ae1a..2b32672c7f 100644 --- a/deal.II/deal.II/include/fe/fe_q.h +++ b/deal.II/deal.II/include/fe/fe_q.h @@ -297,9 +297,7 @@ class FE_Q : public FE_Poly,dim> */ virtual void get_face_interpolation_matrix (const FiniteElement &source, - FullMatrix &matrix) const; - //@} - + FullMatrix &matrix) const; /** * Return the matrix @@ -326,23 +324,6 @@ class FE_Q : public FE_Poly,dim> get_subface_interpolation_matrix (const FiniteElement &source, const unsigned int subface, FullMatrix &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,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,