From b30c5f627f67e980f5567a77461a916878fa62d8 Mon Sep 17 00:00:00 2001
From: buerg <buerg@0785d39b-7218-0410-832d-ea1e28bc413d>
Date: Wed, 9 Jun 2010 06:10:08 +0000
Subject: [PATCH] Documentation and style changes.

git-svn-id: https://svn.dealii.org/trunk@21181 0785d39b-7218-0410-832d-ea1e28bc413d
---
 deal.II/deal.II/include/fe/fe_q_hierarchical.h | 4 ----
 deal.II/doc/news/changes.h                     | 8 ++++++++
 2 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/deal.II/deal.II/include/fe/fe_q_hierarchical.h b/deal.II/deal.II/include/fe/fe_q_hierarchical.h
index 27a1d66d37..7dbfa15a50 100644
--- a/deal.II/deal.II/include/fe/fe_q_hierarchical.h
+++ b/deal.II/deal.II/include/fe/fe_q_hierarchical.h
@@ -47,10 +47,6 @@ template <int dim, int spacedim> class MappingQ;
  * Future work will involve writing projection--interpolation operators
  * that can interpolate onto the higher order bubble functions.
  *
- * The various constraint, prolongation, and restriction matrices are 
- * now available in all dimensions for all degrees @p p, currently up to 
- * order 19.
- *
  * The constructor of this class takes the degree @p p of this finite
  * element.
  *
diff --git a/deal.II/doc/news/changes.h b/deal.II/doc/news/changes.h
index 2dbe0009f3..8e12ebc2b9 100644
--- a/deal.II/doc/news/changes.h
+++ b/deal.II/doc/news/changes.h
@@ -671,6 +671,14 @@ inconvenience this causes.
 <h3>deal.II</h3>
 
 <ol>
+  <li>
+  <p>New: The FE_Q_Hierarchical class now has functions
+  FE_Q_Hierarchical::hp_constraints_are_implemented and
+  FE_Q_Hierarchical::hp_vertex_dof_identities.
+  <br>
+  (Markus B&uuml;rg 2010/06/08)
+  </p></li>
+
   <li>
   <p>New: The FEValuesViews::Vector class now has functions
   FEValuesViews::Vector::curl and FEValuesViews::Vector::get_function_curls.
-- 
2.39.5