From da81514e4c172d51ab7c0849a519a646b07dd090 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Mon, 17 Feb 2003 00:06:01 +0000 Subject: [PATCH] . git-svn-id: https://svn.dealii.org/trunk@7105 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/2002/c-3-4.html | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/deal.II/doc/news/2002/c-3-4.html b/deal.II/doc/news/2002/c-3-4.html index 5eade5706c..443e80ba90 100644 --- a/deal.II/doc/news/2002/c-3-4.html +++ b/deal.II/doc/news/2002/c-3-4.html @@ -717,6 +717,15 @@ contributor's names are abbreviated by WB (Wolfgang Bangerth), GK

deal.II

    +
  1. + New: There is now a function FiniteElement::constraints_are_implemented that + informs the caller about whether the finite element in question in fact + implements its hanging node constraints. +
    + (WB 2003/02/15) +

    +
  2. Fixed: The ConstraintMatrix::is_identity_constrained function -- 2.39.5