From 0f4033c3d3e8c3c190b2a97f9435d8e2fdeba9fd Mon Sep 17 00:00:00 2001 From: guido Date: Mon, 11 Feb 2002 13:09:49 +0000 Subject: [PATCH] FE_DGP and PolynomialSpace git-svn-id: https://svn.dealii.org/trunk@5502 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/2002/c-3-3.html | 49 +++++++++++++++++++++++--------- 1 file changed, 35 insertions(+), 14 deletions(-) diff --git a/deal.II/doc/news/2002/c-3-3.html b/deal.II/doc/news/2002/c-3-3.html index 13b4b3d3c8..80e3a6dee9 100644 --- a/deal.II/doc/news/2002/c-3-3.html +++ b/deal.II/doc/news/2002/c-3-3.html @@ -27,14 +27,13 @@ documentation, etc.
  1. Changed: The build system was entirely revised. Object - files in debug more now have the suffix .g.o - instead of .go. All object files from the - subdirectories are now placed into the /lib - top-level directory, rather than in library directories in the - individual subdirs. -
    - (WB 2002/02/1) -

    + files in debug more now have the suffix .g.o instead of + .go. All object files from the subdirectories are now + placed into the /lib top-level directory, rather than + in library directories in the individual subdirs. +
    + (WB 2002/02/11) +

@@ -42,6 +41,22 @@ documentation, etc.

base

+
  • Changed: The quite logorrhoeic function name TensorProductPolynomials::n_tensor_product_polynomials was changed to + n to be compliant wth the new class PolynomialSpace. +
    + GK 2002/02/11) +

    + +
  • New: The class PolynomialSpace + implements the space of polynomials at most a certain degree in + arbitrary space dimensions. +
    + GK 2002/02/11) +

    +
    @@ -52,12 +67,12 @@ documentation, etc.
    1. New: Functions SparsityPattern::copy_from and SparseMatrix::copy_from allow to copy a - full matrix into a sparse matrix. -
      - (WB 2002/02/06) -

      + class="member">SparsityPattern::copy_from and SparseMatrix::copy_from allow to copy a full + matrix into a sparse matrix. +
      + (WB 2002/02/06) +

    @@ -65,6 +80,12 @@ documentation, etc.

    deal.II

    +
  • New: Finite element family with complete polynomial spaces + for discontinuous Galerkin: FE_DGP +
    + GK 2002/02/11) +

    +
    -- 2.39.5