From: Wolfgang Bangerth Date: Tue, 4 May 2004 13:57:29 +0000 (+0000) Subject: One new entry, and a few fixes. X-Git-Tag: v8.0.0~15198 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a0c8f9d2747f666b1c3a72e2df941009094bf728;p=dealii.git One new entry, and a few fixes. git-svn-id: https://svn.dealii.org/trunk@9178 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/news/c-4-0.html b/deal.II/doc/news/c-4-0.html index cc0414f33c..731b20cd65 100644 --- a/deal.II/doc/news/c-4-0.html +++ b/deal.II/doc/news/c-4-0.html @@ -344,7 +344,7 @@ contributor's names are abbreviated by WB (Wolfgang Bangerth), GK
  • Fixed: The constructor of the QGauss class computed positions and weights of quadrature points in long double accuracy. - However, on machines where long double is the same as double, it therefore + However, on machines where long double is the same as double, it never reached the requested accuracy, in effect leading to an infinite loop. This is now fixed.
    @@ -463,7 +463,7 @@ contributor's names are abbreviated by WB (Wolfgang Bangerth), GK (WB 2004/02/23)

    -
  • New:FullMatrix has new functions

    New: FullMatrix has new functions add and ,Tadd allowing to add to a selected block of the matrix. @@ -564,6 +564,14 @@ contributor's names are abbreviated by WB (Wolfgang Bangerth), GK (Luca Heltai 2004/04/21)

    +
  • + New: The function GridGenerator::cylinder_shell generates a domain + of the type which the name suggests. +
    + (WB 2004/04/19) +

    +
  • Changed: The KellyErrorEstimator::estimate function takes an