From 08a1322aec9edf78b1b1300c13e5dd9bcbb4387b Mon Sep 17 00:00:00 2001 From: "Jose E. Roman" Date: Sun, 20 Jun 2021 13:14:44 +0200 Subject: [PATCH] Fix SLEPc URL --- doc/external-libs/slepc.html | 2 +- doc/readme.html | 4 ++-- examples/step-36/doc/intro.dox | 2 +- include/deal.II/lac/slepc_spectral_transformation.h | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/external-libs/slepc.html b/doc/external-libs/slepc.html index 9c11abc5b0..0219f411c3 100644 --- a/doc/external-libs/slepc.html +++ b/doc/external-libs/slepc.html @@ -13,7 +13,7 @@

Interfacing deal.II to SLEPc

- SLEPc is a software package that provides functionality for solving a variety of eigenspectrum problems, both standard and generalised. It relies on various different diff --git a/doc/readme.html b/doc/readme.html index ab92e11d5b..114a1ca7f5 100644 --- a/doc/readme.html +++ b/doc/readme.html @@ -607,10 +607,10 @@ -

SLEPc
+
SLEPc

- SLEPc is a library for eigenvalue computations that builds on PETSc. Its configuration works just like that for PETSc, except that the variable to set is SLEPC_DIR. + SLEPc is a library for eigenvalue computations that builds on PETSc. Its configuration works just like that for PETSc, except that the variable to set is SLEPC_DIR. For the interface with SLEPc to work, deal.II's PETSc interface must also be configured correctly (see above).

diff --git a/examples/step-36/doc/intro.dox b/examples/step-36/doc/intro.dox index a54a36aa7c..3ac999509e 100644 --- a/examples/step-36/doc/intro.dox +++ b/examples/step-36/doc/intro.dox @@ -44,7 +44,7 @@ eigenspectrum and how many solutions we want to solve for. In this program, the eigenspectrum solvers we use are classes provided by deal.II that wrap around the linear algebra implementation of the -SLEPc +SLEPc library; SLEPc itself builds on the PETSc library for linear algebra contents. diff --git a/include/deal.II/lac/slepc_spectral_transformation.h b/include/deal.II/lac/slepc_spectral_transformation.h index 9afa45408f..d73263f5b7 100644 --- a/include/deal.II/lac/slepc_spectral_transformation.h +++ b/include/deal.II/lac/slepc_spectral_transformation.h @@ -93,7 +93,7 @@ namespace SLEPcWrappers * * The possible values are given by the enumerator STMatMode in the SLEPc * library - * http://www.grycap.upv.es/slepc/documentation/current/docs/manualpages/ST/STMatMode.html + * https://slepc.upv.es/documentation/current/docs/manualpages/ST/STMatMode.html */ void set_matrix_mode(const STMatMode mode); -- 2.39.5