From 10f00f5581dd8b7729f2daf293125e5482a1175c Mon Sep 17 00:00:00 2001 From: hartmann Date: Fri, 26 May 2000 18:13:46 +0000 Subject: [PATCH] new class FETools, function MatrixCreator::create_interpolation_matrix removed. git-svn-id: https://svn.dealii.org/trunk@2960 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/2000/c-3-0.html | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/deal.II/doc/news/2000/c-3-0.html b/deal.II/doc/news/2000/c-3-0.html index c836a25aee..08fe1f09c2 100644 --- a/deal.II/doc/news/2000/c-3-0.html +++ b/deal.II/doc/news/2000/c-3-0.html @@ -199,6 +199,27 @@

deal.II

    +
  1. + New: class FETools performs + interpolations and extrapolations of discrete functions from one + FiniteElement to another FiniteElement. It also provides the local + interpolation matrices that interpolate on each + cell. Furthermore it provides the interpolation difference + matrix id-Ih that is needed for evaluating + (id-Ih)z for e.g. the dual solution z. +

    + +

    + Removed: The obsolete + MatrixCreator::create_interpolation_matrix + function now removed. +

    + +

    + (Ralf Hartmann 2000/05/26) +

    +
  2. New: DoFTools::make_flux_sparsity_pattern can be optimized by providing two coefficient matrices. -- 2.39.5