From: Jason P. Sheldon Date: Tue, 11 Aug 2015 13:40:07 +0000 (-0400) Subject: Added change to changes.h X-Git-Tag: v8.4.0-rc2~634^2~1 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ec65430860aa364040f9bca5f349212e5a38e304;p=dealii.git Added change to changes.h --- diff --git a/doc/news/changes.h b/doc/news/changes.h index 7491822f11..e4e6f78839 100644 --- a/doc/news/changes.h +++ b/doc/news/changes.h @@ -90,6 +90,13 @@ inconvenience this causes.
    +
  1. New: There is now a function project_real_point_to_unit_point_on_face + in mapping that calls transform_real_to_unit_cell and then projects the + result to a provided face. +
    + (Jason Sheldon, 2015/08/11) +
  2. +
  3. New: FEFaceValues and FESubfaceValues can now also compute gradients of the Jacobian of the transformation from unit to real cell, controlled by update_jacobian_grads.