From: guido Date: Wed, 25 Aug 2004 21:20:53 +0000 (+0000) Subject: --with-umfpack X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c4e84a7fc43b0932bd57a34f728d961cecb4345c;p=dealii-svn.git --with-umfpack git-svn-id: https://svn.dealii.org/trunk@9579 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/news/c-5.0.html b/deal.II/doc/news/c-5.0.html index ff16e0911c..ee9772a7e8 100644 --- a/deal.II/doc/news/c-5.0.html +++ b/deal.II/doc/news/c-5.0.html @@ -61,6 +61,15 @@ inconvenience this causes.

General

    +
  1. + New: configuration option --with-umfpack for using the + UMFPack version and enabling the class SparseDriectUMFPACK, both included by + Wolfgang. +
    + (GK 2004/08/25) +

    +
  2. Fixed: None of the formulas in the step-8 tutorial program web page were visible. This is now fixed.