From a3cfecd2f1caac14c254d697e14dd22cc2e3dfd6 Mon Sep 17 00:00:00 2001 From: hartmann Date: Tue, 16 Mar 2004 19:08:52 +0000 Subject: [PATCH] new set_numbering and output_indices functions in PolynomialSpace, TensorProductPolynomials. New PolynomialsP class git-svn-id: https://svn.dealii.org/trunk@8787 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/c-4-0.html | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/deal.II/doc/news/c-4-0.html b/deal.II/doc/news/c-4-0.html index a8be8752a7..d1e2cb7e2b 100644 --- a/deal.II/doc/news/c-4-0.html +++ b/deal.II/doc/news/c-4-0.html @@ -257,6 +257,33 @@ contributor's names are abbreviated by WB (Wolfgang Bangerth), GK

base

    +
  1. + + New: There is now a new PolynomialsP + class which is based on Polynomials::Monomial and PolynomialSpace. In contrast to the + default ordering of the polynomials in PolynomialSpace, (e.g. for degree=2) 1, + x, x2, y, xy, y2, the PolynomialsP class now gives the + (natural?!) ordering 1, x, y, xy, x2, + y2. +
    + (RH 2004/03/11) +

    + +
  2. + New: The classes PolynomialSpace and + TensorProductPolynomials now have + new set_numbering functions which + allow to change the ordering of the polynomials. The ordering + and the indices of the polynomials kann be checked by using the + new output_indices functions. +
    + (RH 2004/03/11) +

    +
  3. New: The class PolynomialsBDM implements BDM polynomials in two dimensions on the unit square. It was implemented as is -- 2.39.5