From: wolf Date: Tue, 23 Sep 2003 16:07:46 +0000 (+0000) Subject: step-14 chose overly conservative quadrature formulas. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=22ec4962b62c953da206cb35d106213a4a49f2b0;p=dealii-svn.git step-14 chose overly conservative quadrature formulas. git-svn-id: https://svn.dealii.org/trunk@8006 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 121e9fabd7..d00f054da6 100644 --- a/deal.II/doc/news/c-4-0.html +++ b/deal.II/doc/news/c-4-0.html @@ -48,28 +48,36 @@ contributor's names are abbreviated by WB (Wolfgang Bangerth), GK

General

    -
  1. On AIX systems, the xlf Fortran77 compiler wasn't recognized +

  2. Fixed: In the step-14 example program, overly conservative + quadrature formulas were chosen (with 2N+1 quadrature points per space + dimension, where N is the degree of polynomials). This is unnecessary, + and now fixed. +
    + (WB 2003/09/23) +

    + +
  3. Fixed: On AIX systems, the xlf Fortran77 compiler wasn't recognized due to the fact that when called with -v it generates many pages of output, later leading to a shell error. This is now fixed.
    (WB 2003/09/19)

    -
  4. The elastic example program, step-8, had a bug in the way +

  5. Fixed: The elastic example program, step-8, had a bug in the way the system matrix is assembled. In effect, we were solving the wrong equation. This should now be fixed.
    (WB 2003/09/11)

    -
  6. When building with both sparse direct solver MA27 and the +

  7. Fixed: When building with both sparse direct solver MA27 and the TECPLOT libraries, the detached_ma27 would not link properly. This is now fixed.
    (WB 2003/09/05)

    -
  8. The script that builds the dependency lists for Makefiles +

  9. Improved: The script that builds the dependency lists for Makefiles has been rewritten in C++, since the previous perl script became just too slow after the addition of parts of BOOST. Using the old perl script should still work, although it @@ -88,7 +96,7 @@ contributor's names are abbreviated by WB (Wolfgang Bangerth), GK (WB 2003/08/19)

    -
  10. First steps to a migration of the documentation from +

  11. New: First steps to a migration of the documentation from kdoc to Doxygen have been done. It can be generated after installing Doxygen by calling make