From f0ad90305517b7600800283ca591e30db447445b Mon Sep 17 00:00:00 2001 From: Guido Kanschat Date: Tue, 4 Dec 2001 07:42:51 +0000 Subject: [PATCH] find out which function is non-zero on a face git-svn-id: https://svn.dealii.org/trunk@5322 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/2001/c-3-2.html | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/deal.II/doc/news/2001/c-3-2.html b/deal.II/doc/news/2001/c-3-2.html index 248c4ee465..e63961d9f4 100644 --- a/deal.II/doc/news/2001/c-3-2.html +++ b/deal.II/doc/news/2001/c-3-2.html @@ -214,7 +214,7 @@ documentation, etc.

  • - New: Vector::operator * is now + New: Vector::operator * is now templatized, allowing for scalar products of vectors with different underlying types.
    @@ -228,6 +228,15 @@ documentation, etc.

    deal.II

      +
    1. + New: FiniteElement::has_support_on_face allows to check + whether a shape function has non-zero values on a certain face + of a cell. +
      + (GK 2001/12/04) +

      +
    2. Changed: The IteratorState enum used to indicate the state in which an iterator can be is now -- 2.39.5