From f326def48d20950b4758f994d271dfac1cf68144 Mon Sep 17 00:00:00 2001 From: Ralf Hartmann Date: Tue, 27 Mar 2001 11:54:22 +0000 Subject: [PATCH] Extend several functions in VectorTools to work on arbitrary Mappings. git-svn-id: https://svn.dealii.org/trunk@4298 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/2001/c-3-1.html | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/deal.II/doc/news/2001/c-3-1.html b/deal.II/doc/news/2001/c-3-1.html index e3675419f1..290a397a39 100644 --- a/deal.II/doc/news/2001/c-3-1.html +++ b/deal.II/doc/news/2001/c-3-1.html @@ -281,6 +281,26 @@ documentation, etc.
  1. + New: The static interpolate, create_right_hand_side, interpolate_boundary_values, integrate_difference and compute_mean_value member functions of + the class VectorTools are extended + to work on arbitrary mappings. 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 + implicitely use a mapping of the class MappingQ1. +
    + (RH 2001/03/27) + +

  2. +

    New: Boundary and derived classes now have a function get_tangents_at_vertices that returns a -- 2.39.5