From: Wolfgang Bangerth Date: Sat, 18 Dec 2004 21:16:28 +0000 (+0000) Subject: Fix typo. X-Git-Tag: v8.0.0~14636 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fb871a6f4491acea5d9142c9aee6e8db0d34c287;p=dealii.git Fix typo. git-svn-id: https://svn.dealii.org/trunk@9847 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/news/5.0.0-vs-5.1.0.html b/deal.II/doc/news/5.0.0-vs-5.1.0.html index e9aa947922..0ff416a149 100644 --- a/deal.II/doc/news/5.0.0-vs-5.1.0.html +++ b/deal.II/doc/news/5.0.0-vs-5.1.0.html @@ -115,7 +115,7 @@ inconvenience this causes.
  • New: configuration option --with-umfpack for using the UMFPack version and enabling the class SparseDriectUMFPACK, both included by + class="class">SparseDirectUMFPACK, both included by Wolfgang.
    (GK 2004/08/25) diff --git a/deal.II/doc/readme.html b/deal.II/doc/readme.html index 4ccf610c97..6d96acc6f3 100644 --- a/deal.II/doc/readme.html +++ b/deal.II/doc/readme.html @@ -843,6 +843,13 @@ environment variable TECHOME points to a valid Tecplot installation and that the files $TECHOME/include/TECIO.h and $TECHOME/lib/tecio.a exist.

    + +
  • +

    + Deal.II comes with its own copy of the UMFPACK + library. In order to use it, follow the steps listed here.