From: Jose E. Roman Date: Sun, 20 Jun 2021 11:14:44 +0000 (+0200) Subject: Fix SLEPc URL X-Git-Tag: v9.4.0-rc1~1210^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F12479%2Fhead;p=dealii.git Fix SLEPc URL --- 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);