From: Guido Kanschat Date: Wed, 25 Aug 2004 21:20:53 +0000 (+0000) Subject: --with-umfpack X-Git-Tag: v8.0.0~14889 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=635e5d8c23cbb33a640f80eb3e6e99229aaa93ac;p=dealii.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.