From: Wolfgang Bangerth Date: Tue, 6 May 2003 19:21:06 +0000 (+0000) Subject: Fix a mostly trivial bug in the restriction matrices of FE_Q for 1d and degree=1. X-Git-Tag: v8.0.0~16558 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fc64aae024a8819c794de2add751b66f6173996b;p=dealii.git 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 --- 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