From: Ralf Hartmann
Date: Mon, 22 May 2000 13:25:42 +0000 (+0000)
Subject: FE_DGx::restriction is changed to a local projection
X-Git-Tag: v8.0.0~20483
X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2b6b08bd2d6b1d59b169af9cee146a19f6047469;p=dealii.git
FE_DGx::restriction is changed to a local projection
git-svn-id: https://svn.dealii.org/trunk@2923 0785d39b-7218-0410-832d-ea1e28bc413d
---
diff --git a/deal.II/doc/news/2000/c-3-0.html b/deal.II/doc/news/2000/c-3-0.html
index 34d6e19650..71ea21632e 100644
--- a/deal.II/doc/news/2000/c-3-0.html
+++ b/deal.II/doc/news/2000/c-3-0.html
@@ -366,6 +366,13 @@
(Ralf Hartmann 2000/05/18)
+
+ Changed: FE_DGx::restriction
is
+ not an interpolation any more but a local projection which is
+ more reasonable for DG elements.
+
+ (Ralf Hartmann 2000/05/22)
+