From 634de169c7b3c86ff59bdba94dbc9458373fab4d Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Thu, 11 Sep 2003 16:31:06 +0000 Subject: [PATCH] Fix evaluation of the system matrix in step-8. git-svn-id: https://svn.dealii.org/trunk@7974 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/c-4-0.html | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/deal.II/doc/news/c-4-0.html b/deal.II/doc/news/c-4-0.html index b5fd5fcae0..6cc87122e4 100644 --- a/deal.II/doc/news/c-4-0.html +++ b/deal.II/doc/news/c-4-0.html @@ -48,6 +48,13 @@ contributor's names are abbreviated by WB (Wolfgang Bangerth), GK

General

    +
  1. 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) +

    +
  2. When building with both sparse direct solver MA27 and the TECPLOT libraries, the detached_ma27 would not link properly. This is now fixed. -- 2.39.5