From: Ralf Hartmann Date: Thu, 5 Apr 2001 17:27:56 +0000 (+0000) Subject: Functions of KellyErrorEstimator and DerivativeApproximation are extended to work... X-Git-Tag: v8.0.0~19397 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=470e785a374976da9628f7028ea7e49bdf55e345;p=dealii.git Functions of KellyErrorEstimator and DerivativeApproximation are extended to work on arbitrary mappings. git-svn-id: https://svn.dealii.org/trunk@4385 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/news/2001/c-3-1.html b/deal.II/doc/news/2001/c-3-1.html index e529b8d7b3..292b9fadb4 100644 --- a/deal.II/doc/news/2001/c-3-1.html +++ b/deal.II/doc/news/2001/c-3-1.html @@ -318,16 +318,32 @@ documentation, etc.
  1. - New: The static create_mass_matrix, + New: The following functions are extended to work + on arbitrary mappings: +
    + The static create_mass_matrix, create_boundary_mass_matrix and create_laplace_matrix member - functions of the class MatrixCreator - and the static project and MatrixCreator, +
    + the static project and project_boundary_values member functions - of VectorTools are extended to work - on arbitrary mappings. All these functions now take a Mapping object as additional argument. + of the class VectorTools, +
    + the two versions of the static estimate member functions of the class + KellyErrorEstimator,
    + and the static approximate_gradient + and approximate_second_derivative + member functions of the class DerivativeApproximation. +

    + +

    + All these functions now take a Mapping object as additional argument. +
    For backward compatibility there exist second versions of each of these functions that still don't have a Mapping argument. These functions @@ -559,9 +575,9 @@ documentation, etc.

  2. New: The constructor of the FEValues and FE(Sub)FaceValues classes now - take a pointer to Mapping object as - additional argument. This is the new possibility to combine a - FiniteElement with an arbitrary + take a reference of a Mapping object + as additional argument. This is the new possibility to combine + a FiniteElement with an arbitrary Mapping, see also New FE and Mapping Design.