From: Wolfgang Bangerth Date: Sun, 15 Jan 2006 23:06:06 +0000 (+0000) Subject: Link umfpack. X-Git-Tag: v8.0.0~12624 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3bdc82d1f532b273cfd39ba9c29cefc07ecf80df;p=dealii.git Link umfpack. git-svn-id: https://svn.dealii.org/trunk@12040 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/doxygen/headers/software.h b/deal.II/doc/doxygen/headers/software.h index 215fe5b11d..8a1a6802ff 100644 --- a/deal.II/doc/doxygen/headers/software.h +++ b/deal.II/doc/doxygen/headers/software.h @@ -87,11 +87,19 @@ * PETSc can be obtained from http://www.mcs.anl.gov/petsc/. * * - * @subsection METIS METIS + * @subsection SoftwareMETIS METIS * * METIS is a tool that allows to partition a graph into chunks of roughly * equal size. We use it to subdivide a domain into blocks that have about the * same number of cells, when distributing work for parallel programs. METIS * can be obtained from http://www-users.cs.umn.edu/~karypis/metis/index.html + * * + * @subsection SoftwareUMFPACK UMFPACK + * + * UMFPACK is a sparse direct solver and is included by permission with + * deal.II distributions. To configure its available, read the README file. + * + * UMFPACK can be obtained from + * http://www.cise.ufl.edu/research/sparse/umfpack/ */ diff --git a/deal.II/lac/include/lac/sparse_direct.h b/deal.II/lac/include/lac/sparse_direct.h index 19a030352f..3bfa14328b 100644 --- a/deal.II/lac/include/lac/sparse_direct.h +++ b/deal.II/lac/include/lac/sparse_direct.h @@ -1029,6 +1029,7 @@ class SparseDirectMA47 : public Subscriptor * * * @ingroup Solvers Preconditioners + * @see @ref SoftwareUMFPACK * * @author Wolfgang Bangerth, 2004 */