From: Ralf Hartmann Date: Fri, 26 May 2000 18:13:46 +0000 (+0000) Subject: new class FETools, function MatrixCreator::create_interpolation_matrix removed. X-Git-Tag: v8.0.0~20447 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cd85caeb259236d89cda268a11d79de14c24800d;p=dealii.git new class FETools, function MatrixCreator::create_interpolation_matrix removed. git-svn-id: https://svn.dealii.org/trunk@2960 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 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.