From 55add66ec7e338f556dc72d50985c175a50f45b5 Mon Sep 17 00:00:00 2001 From: maier Date: Sun, 18 Nov 2012 21:37:45 +0000 Subject: [PATCH] Some last bits of the documentation git-svn-id: https://svn.dealii.org/branches/branch_cmake@27568 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/external-libs/arpack.html | 66 ++++++++++---- deal.II/doc/external-libs/hdf5.html | 2 +- deal.II/doc/external-libs/hsl.html | 122 -------------------------- deal.II/doc/external-libs/mumps.html | 103 ++++++++++++++-------- 4 files changed, 114 insertions(+), 179 deletions(-) delete mode 100644 deal.II/doc/external-libs/hsl.html diff --git a/deal.II/doc/external-libs/arpack.html b/deal.II/doc/external-libs/arpack.html index b8b9c9443c..42d6f899a8 100644 --- a/deal.II/doc/external-libs/arpack.html +++ b/deal.II/doc/external-libs/arpack.html @@ -4,7 +4,7 @@ The deal.II Readme on interfacing to ARPACK - + @@ -14,21 +14,37 @@ -

Using and Installing ARPACK

-

ARPACK - is a collection of Fortran77 subroutines designed to solve large - scale eigenvalue problems. +

Installation of ARPACK

- After you downloaded the Fortran version of ARPACK - and the patch unzip the files you got. That will create a directory - named ARPACK. If you need further instructions - please read the README file or the instructions. We will explain - here in a few steps what has to be done to be able to compile - ARPACK. +

+ ARPACK + is a collection of Fortran77 subroutines designed to solve large + scale eigenvalue problems. + ARPACK + should be readily packaged by most Linux distributions. + Don't forget to install a development version of the library. +

+ +

+ Below is a short summary of instructions on how to compile and install + ARPACK by hand (for the case you wish to do so). +

+ +

How to compile and install ARPACK by hand

+ +

+ After you downloaded the Fortran version of ARPACK + and the patch, unzip the files you got. That will create + a directory named ARPACK. If you need + further instructions please read the README file or the + instructions. + We will explain here in a few steps what has to be done to be able + to compile + ARPACK.