From 34f420458c778649c252830adc8b46454d57f823 Mon Sep 17 00:00:00 2001 From: Timo Heister Date: Wed, 9 Jan 2013 19:45:53 +0000 Subject: [PATCH] mention new FE_Q_DG0 finite element in changes. git-svn-id: https://svn.dealii.org/trunk@27999 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/changes.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/deal.II/doc/news/changes.h b/deal.II/doc/news/changes.h index 3fae5d6b78..635f13388b 100644 --- a/deal.II/doc/news/changes.h +++ b/deal.II/doc/news/changes.h @@ -153,6 +153,11 @@ never working correctly and it is not used.
    +
  1. New: finite element FE_Q_DG0 that implements polynomials +of order k with an additional discontinuous constant function. +
    +(Daniel Arndt, Timo Heister, 2013/01/07) +
  2. step-6 now uses ConstraintMatrix::distribute_local_to_global() instead of condense(), which is the preferred way to use a ConstraintMatrix (and the only sensible way in parallel). -- 2.39.5