From 5af568232ce8d559512247b9cffd47cb889f1ced Mon Sep 17 00:00:00 2001 From: wolf Date: Wed, 29 Mar 2006 00:09:47 +0000 Subject: [PATCH] FE::face_to_equivalent_cell_index git-svn-id: https://svn.dealii.org/trunk@12743 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/changes.html | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/deal.II/doc/news/changes.html b/deal.II/doc/news/changes.html index 07da107116..d568acf798 100644 --- a/deal.II/doc/news/changes.html +++ b/deal.II/doc/news/changes.html @@ -552,6 +552,15 @@ inconvenience this causes.

deal.II

    +
  1. + New: There is a new function FiniteElement::face_to_equivalent_cell_index that can + convert a face index of a degree of freedom into a + corresponding cell index. +
    + (WB 2006/03/27) +

    +
  2. New: There are now functions VectorTools::point_value that evaluate the value of a -- 2.39.5