From 034dd9389f6b32e8a9ca28e86fa6300906c6a634 Mon Sep 17 00:00:00 2001 From: wolf Date: Thu, 21 Feb 2002 17:53:43 +0000 Subject: [PATCH] In an assertion, it was checked whether vertex dof indices for different children of a face matched each other, for consistency. This failed if the FE in use does not have dofs on vertices at all. Check for the vertex index instead of the vertex _dof_ index now. git-svn-id: https://svn.dealii.org/trunk@5536 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/2002/3.3.0-vs-3.3.1.html | 12 +++++++++++- deal.II/doc/news/2002/c-3-3.html | 10 ++++++++++ 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/deal.II/doc/news/2002/3.3.0-vs-3.3.1.html b/deal.II/doc/news/2002/3.3.0-vs-3.3.1.html index e82216551b..12ed351781 100644 --- a/deal.II/doc/news/2002/3.3.0-vs-3.3.1.html +++ b/deal.II/doc/news/2002/3.3.0-vs-3.3.1.html @@ -14,11 +14,21 @@

Changes between versions 3.3.0 and 3.3.1

    +
  1. + Fixed: In 3d, the function DoFTools::make_hanging_node_constraints + contained an assertion that failed erroneously for finite + elements that do not have degrees of freedom on vertices. This + is now fixed. +
    + (WB 2002/02/21) +

    +
  2. Fixed: TriaAccessor<3,3>::measure sometimes computed a negative value. This is now fixed.
    - (WB 2002/01/21) + (WB 2002/02/21)

diff --git a/deal.II/doc/news/2002/c-3-3.html b/deal.II/doc/news/2002/c-3-3.html index 670dfa0c87..f7ac6daa85 100644 --- a/deal.II/doc/news/2002/c-3-3.html +++ b/deal.II/doc/news/2002/c-3-3.html @@ -136,6 +136,16 @@ contributor's names are abbreviated by WB (Wolfgang Bangerth), GK

deal.II

    +
  1. + Fixed: In 3d, the function DoFTools::make_hanging_node_constraints + contained an assertion that failed erroneously for finite + elements that do not have degrees of freedom on vertices. This + is now fixed. +
    + (WB 2002/02/21) +

    +
  2. Fixed: TriaAccessor<3,3>::measure sometimes computed a negative value. This is now fixed. -- 2.39.5