From: Ralf Hartmann Date: Thu, 18 Mar 2004 10:01:24 +0000 (+0000) Subject: FE_Poly X-Git-Tag: v8.0.0~15530 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a051045f959bb63d9b69f0ec3b5b890ef5674b6c;p=dealii.git FE_Poly git-svn-id: https://svn.dealii.org/trunk@8818 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/news/c-4-0.html b/deal.II/doc/news/c-4-0.html index d9e452ce6d..4e659aad4f 100644 --- a/deal.II/doc/news/c-4-0.html +++ b/deal.II/doc/news/c-4-0.html @@ -258,7 +258,6 @@ contributor's names are abbreviated by WB (Wolfgang Bangerth), GK
  1. - New: There is now a new PolynomialsP class which is based on Polynomials::Monomial and deal.II

      +
    1. + New: There is now a new FE_Poly + class which is templatized for polynomial spaces like TensorProductPolynomials, PolynomialSpace or PolynomialsP. Many finite element classes + are now derived from this class and the implementation of all + common functionality is now moved from these finite element + classes to FE_Poly. +
      + (RH 2004/03/18) +

      +
    2. New: The new function MatrixTools::local_apply_boundary_values folds boundary value information into local matrices and vectors before they