From fc64aae024a8819c794de2add751b66f6173996b Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Tue, 6 May 2003 19:21:06 +0000 Subject: [PATCH] Fix a mostly trivial bug in the restriction matrices of FE_Q for 1d and degree=1. git-svn-id: https://svn.dealii.org/trunk@7591 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/2002/c-3-4.html | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/deal.II/doc/news/2002/c-3-4.html b/deal.II/doc/news/2002/c-3-4.html index 02e1c57f92..caa71f1122 100644 --- a/deal.II/doc/news/2002/c-3-4.html +++ b/deal.II/doc/news/2002/c-3-4.html @@ -785,6 +785,16 @@ contributor's names are abbreviated by WB (Wolfgang Bangerth), GK

deal.II

    +
  1. + Fixed: The restriction matrices for the Q1 element in 1d had a + trivial bug in that one element was not set. Due to the fact + that contributions from all child cells are taken into account, + this did no harm, though, since all computations were done + correctly anyway. +
    + (WB 2003/05/06) +

    +
  2. New: The GeometryInfo classes now have new static member functions