From: buerg Date: Wed, 9 Jun 2010 06:10:08 +0000 (+0000) Subject: Documentation and style changes. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b30c5f627f67e980f5567a77461a916878fa62d8;p=dealii-svn.git Documentation and style changes. git-svn-id: https://svn.dealii.org/trunk@21181 0785d39b-7218-0410-832d-ea1e28bc413d --- 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 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.

deal.II

    +
  1. +

    New: The FE_Q_Hierarchical class now has functions + FE_Q_Hierarchical::hp_constraints_are_implemented and + FE_Q_Hierarchical::hp_vertex_dof_identities. +
    + (Markus Bürg 2010/06/08) +

  2. +
  3. New: The FEValuesViews::Vector class now has functions FEValuesViews::Vector::curl and FEValuesViews::Vector::get_function_curls.