From 35bdaf7c2025dfe1ba2593c688a5901924e7ac6c Mon Sep 17 00:00:00 2001 From: David Wells Date: Thu, 3 Mar 2016 09:43:55 -0500 Subject: [PATCH] Update the links to UMFPACK's web site. --- doc/readme.html | 31 +++++++++++++---------------- include/deal.II/lac/sparse_direct.h | 8 +++++--- 2 files changed, 19 insertions(+), 20 deletions(-) diff --git a/doc/readme.html b/doc/readme.html index d2daea0600..668cf5858d 100644 --- a/doc/readme.html +++ b/doc/readme.html @@ -712,18 +712,16 @@ -
UMFPACK

- UMFPACK is a sparse direct solver that we often - use in prototype codes where the goal is to simply get a linear - system solved robustly. - The interface will be enabled by default, either using a version - installed on your system of using a version that comes bundled - with deal.II. - It can be disabled explicitly by using the + UMFPACK, + which is part of SuiteSparse, is a sparse direct solver that we often use + in prototype codes where the goal is to simply get a linear system solved + robustly. The interface will be enabled by default, either using a version + installed on your system of using a version that comes bundled with + deal.II. It can be disabled explicitly by using the -DDEAL_II_WITH_UMFPACK=OFF argument. To use a self compiled version, pass the argument -DUMFPACK_DIR=/path/to/umfpack to the @@ -731,12 +729,11 @@

- UMFPACK has its own license. To use it with deal.II, please - read it and make sure that you agree with it. You can find - the license of UMFPACK - here. - We include UMFPACK in the deal.II distributions courtesy of - its author, Timothy + SuiteSparse has its own license. To use it with deal.II, please read it + and make sure that you agree with it. You can find the license of + SuiteSparse inside the SuiteSparse download at the link given above. We + include UMFPACK in the deal.II distributions courtesy of its + author, Timothy A. Davis.

@@ -807,8 +804,8 @@ href="#optional-software">other packages that you either have to install yourself. They are, of course, covered by their own licenses. In addition, deal.II comes bundled with copies of - UMFPACK, + + UMFPACK, Threading Building Blocks, BOOST and diff --git a/include/deal.II/lac/sparse_direct.h b/include/deal.II/lac/sparse_direct.h index 89b703ee1f..4d2e09e070 100644 --- a/include/deal.II/lac/sparse_direct.h +++ b/include/deal.II/lac/sparse_direct.h @@ -36,8 +36,9 @@ DEAL_II_NAMESPACE_OPEN /** - * This class provides an interface to the sparse direct solver UMFPACK (see - * this link). + * This class provides an interface to the sparse direct solver UMFPACK, which + * is part of the SuiteSparse library (see this link). * UMFPACK is a set of routines for solving non-symmetric sparse linear * systems, Ax=b, using the Unsymmetric-pattern MultiFrontal method and direct * sparse LU factorization. Matrices may have symmetric or unsymmetric @@ -63,7 +64,8 @@ DEAL_II_NAMESPACE_OPEN * @note UMFPACK has its own license, independent of that of deal.II. If you * want to use the UMFPACK you have to accept that license. It is linked to * from the deal.II ReadMe file. UMFPACK is included courtesy of its author, - * Timothy A. Davis. + * Timothy + * A. Davis. * * *

Instantiations

-- 2.39.5