From: hartmann Date: Tue, 27 Mar 2001 11:54:22 +0000 (+0000) Subject: Extend several functions in VectorTools to work on arbitrary Mappings. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6d71c14ebd86daed8593baffaaf392b12d50017f;p=dealii-svn.git Extend several functions in VectorTools to work on arbitrary Mappings. git-svn-id: https://svn.dealii.org/trunk@4298 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 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