From d2b7d13be55d8d9e6166a560046f22c86cfe10d5 Mon Sep 17 00:00:00 2001 From: hartmann Date: Thu, 18 Mar 2004 10:01:24 +0000 Subject: [PATCH] FE_Poly git-svn-id: https://svn.dealii.org/trunk@8818 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/c-4-0.html | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) 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 -- 2.39.5