From 9564060290486296871bf608c640359c46c04863 Mon Sep 17 00:00:00 2001 From: Ralf Hartmann Date: Sun, 24 Feb 2008 10:39:50 +0000 Subject: [PATCH] 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 --- deal.II/doc/news/changes.h | 7 +++++++ 1 file changed, 7 insertions(+) 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. -- 2.39.5