From: heister Date: Wed, 9 Jan 2013 19:45:53 +0000 (+0000) Subject: mention new FE_Q_DG0 finite element in changes. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6dff3acf12f4bd6d1d27aa05d53e58bfb912c207;p=dealii-svn.git mention new FE_Q_DG0 finite element in changes. git-svn-id: https://svn.dealii.org/trunk@27999 0785d39b-7218-0410-832d-ea1e28bc413d --- 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).