From 5d8dd2f30d26a254bde97eb00c515c59b50e0918 Mon Sep 17 00:00:00 2001 From: kanschat Date: Sun, 2 Sep 2007 20:16:05 +0000 Subject: [PATCH] some missing references fixed git-svn-id: https://svn.dealii.org/trunk@15100 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/development/makefiles.1.html | 16 ++++++++-------- deal.II/doc/readme.html | 12 ++++++++---- 2 files changed, 16 insertions(+), 12 deletions(-) diff --git a/deal.II/doc/development/makefiles.1.html b/deal.II/doc/development/makefiles.1.html index e0db275caf..68668cab36 100644 --- a/deal.II/doc/development/makefiles.1.html +++ b/deal.II/doc/development/makefiles.1.html @@ -198,7 +198,7 @@ the HSL have been explicitely installed and shall be used by the library. no otherwise. (See the - ReadMe + ReadMe file for more information on installation of HSL subroutines.)

@@ -209,7 +209,7 @@ yes indicates whether the interfaces to the PETSc library shall be compiled. no otherwise. (See the - ReadMe + ReadMe file for more information on installation of PETSc.)

@@ -242,7 +242,7 @@ yes indicates whether the METIS library has been detected upon configuration, and whether we shall interface with it. no otherwise. (See the - ReadMe + ReadMe file for more information on installation of METIS.)

@@ -374,7 +374,7 @@ Path and name of the library that contains the HSL subroutines explicitely installed. (See the - ReadMe + ReadMe file for more information on installation of HSL subroutines.)

@@ -385,7 +385,7 @@ Paths and names of the component libraries of the PETSc package, if found and used at configuration time. (See the - ReadMe + ReadMe file for more information on installation of PETSc.)

@@ -395,7 +395,7 @@ Path and name of the METIS libraries, if found and used at configuration time. (See the - ReadMe + ReadMe file for more information on installation of METIS.)

@@ -430,7 +430,7 @@ PETSc include files and the PETSc architecture dependent include files. (See the - ReadMe + ReadMe file for more information on installation of PETSC.)

@@ -441,7 +441,7 @@

If METIS is used, then this variable has the path to the METIS include files. (See the - ReadMe + ReadMe file for more information on installation of METIS.)

diff --git a/deal.II/doc/readme.html b/deal.II/doc/readme.html index 07c93d43c1..7585c4ec65 100644 --- a/deal.II/doc/readme.html +++ b/deal.II/doc/readme.html @@ -554,7 +554,8 @@ include UMFPACK in the deal.II distributions courtesy of its author, Timothy A. Davis. - + +
Petsc
deal.II can interface to the
+
Metis

@@ -662,7 +664,8 @@ declarations should not be a problem.

- + +
BLAS, LAPACK
If --with-blas=blasname and/or --with-lapack=lapackname is given, provide wrappers @@ -673,6 +676,7 @@ the default locations of your system, and similarly for LAPACK.
+
NetCDF
Autodetected if the NETCDF_DIR environment variable points to a valid installation of the - +
Harwell Subroutine Library (HSL)
It is possible to use some subroutines from the @@ -694,7 +698,7 @@ this page.
- +
FunctionParser
There is a wrapper for the -- 2.39.5