From: Ralf Hartmann Date: Sun, 24 Feb 2008 10:39:50 +0000 (+0000) Subject: Changes update: New Boundary::get_new_point_on_face and get_intermediate_points_on_fa... X-Git-Tag: v8.0.0~9394 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9564060290486296871bf608c640359c46c04863;p=dealii.git Changes update: New Boundary::get_new_point_on_face and get_intermediate_points_on_face functions offer an dimension independent interface to this class. git-svn-id: https://svn.dealii.org/trunk@15764 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/news/changes.h b/deal.II/doc/news/changes.h index 422218b44c..2be4838371 100644 --- a/deal.II/doc/news/changes.h +++ b/deal.II/doc/news/changes.h @@ -261,6 +261,13 @@ constraints individually.
    +
  1. New: The new Boundary::get_new_point_on_face and + get_intermediate_points_on_face functions offer an dimension independent + interface to this class. +
    + (RH 2008/02/24) +

  2. +
  3. 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.