From: hartmann Date: Mon, 22 May 2000 13:25:42 +0000 (+0000) Subject: FE_DGx::restriction is changed to a local projection X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=40f6dd7fdb50360a8f61b837b32bbecc00e7034c;p=dealii-svn.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) +