From: wolf Date: Mon, 17 Feb 2003 00:06:01 +0000 (+0000) Subject: . X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=590024fa36c0cc3b301960b8fb13fed67634bed8;p=dealii-svn.git . git-svn-id: https://svn.dealii.org/trunk@7105 0785d39b-7218-0410-832d-ea1e28bc413d --- 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 diff --git a/tests/bits/.cvsignore b/tests/bits/.cvsignore new file mode 100644 index 0000000000..9f58346098 --- /dev/null +++ b/tests/bits/.cvsignore @@ -0,0 +1,7 @@ +*.go reference logtest tensor +*.testcase +*.dat *.output +Makefile.depend +*.check *.OK +*.exe +threads.cc