From ee1de8c513c83391b056cef9467bfdaed3a7a842 Mon Sep 17 00:00:00 2001 From: Guido Kanschat Date: Fri, 26 May 2000 02:50:07 +0000 Subject: [PATCH] today's changes git-svn-id: https://svn.dealii.org/trunk@2951 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/2000/c-3-0.html | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/deal.II/doc/news/2000/c-3-0.html b/deal.II/doc/news/2000/c-3-0.html index 9ee78dc386..38979c515d 100644 --- a/deal.II/doc/news/2000/c-3-0.html +++ b/deal.II/doc/news/2000/c-3-0.html @@ -198,6 +198,21 @@

deal.II

    +
  1. + New: DoFTools::make_flux_sparsity_pattern + can be optimized by providing two coefficient msatrices. +
    + (GK 2000/05/25) +

    + +
  2. + Improved: VectorTools::integrate_difference + allows for vector-valued weight functions. L1 and + Linfinity norms are calculated correctly. +
    + (GK 2000/05/25) +

    +
  3. Changed: FE_DGx::restriction is not an interpolation any more but a local projection which is -- 2.39.5