<h1>Interfacing <acronym>deal.II</acronym> to SLEPc</h1>
<p>
- <a href="http://www.grycap.upv.es/slepc/"
+ <a href="https://slepc.upv.es/"
target="_top">SLEPc</a> is a software package that provides
functionality for solving a variety of eigenspectrum problems,
both standard and generalised. It relies on various different
</dd>
- <dt><a name="slepc"></a><a href="http://www.grycap.upv.es/slepc/" target="_top">SLEPc</a></dt>
+ <dt><a name="slepc"></a><a href="https://slepc.upv.es/" target="_top">SLEPc</a></dt>
<dd>
<p>
- <a href="http://www.grycap.upv.es/slepc/" target="_top">SLEPc</a> 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 <code>SLEPC_DIR</code>.
+ <a href="https://slepc.upv.es/" target="_top">SLEPc</a> 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 <code>SLEPC_DIR</code>.
For the interface with SLEPc to work, <acronym>deal.II</acronym>'s PETSc interface must also be configured correctly (see above).
</p>
In this program, the eigenspectrum solvers we use are classes provided
by deal.II that wrap around the linear algebra implementation of the
-<a href="http://www.grycap.upv.es/slepc/" target="_top">SLEPc</a>
+<a href="https://slepc.upv.es/" target="_top">SLEPc</a>
library; SLEPc itself builds on the <a
href="http://www.mcs.anl.gov/petsc/" target="_top">PETSc</a> library
for linear algebra contents.
*
* 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);