From: Ralf Hartmann Date: Fri, 15 Feb 2008 15:05:48 +0000 (+0000) Subject: Changes entry for FEFaceValuesBase::get_face_index X-Git-Tag: v8.0.0~9414 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2195dda9bde4edf25ae22b1ebe1ba4b8131e4969;p=dealii.git Changes entry for FEFaceValuesBase::get_face_index git-svn-id: https://svn.dealii.org/trunk@15744 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/news/changes.h b/deal.II/doc/news/changes.h index 3ebaeb842b..c3cac84673 100644 --- a/deal.II/doc/news/changes.h +++ b/deal.II/doc/news/changes.h @@ -233,6 +233,14 @@ constraints individually.
    +
  1. New: There is now a FEFaceValuesBase::get_face_index function which + returns the index of the face selected the last time the reinit() function + was called. + +
    + (RH 2008/02/15) +

  2. +
  3. New: The MappingQEulerian class provides an arbitrary order Eulerian mapping where the nodes of a mesh are displaced by a previously computed vector field.