Skip to content

Commit 1f2dd71

Browse files
committed
Remove dead links
1 parent dae0bf6 commit 1f2dd71

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

demos/eigenvalues_QG_basinmodes/qgbasinmodes.py.rst

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,6 @@ dissipative forces. Unlike the other demo that integrated the equations forward
1818
in time, in this problem it is necessary to compute the eigenvalues and
1919
eigenfunctions for a particular differential operator.
2020

21-
This demo requires SLEPc and slepc4py to be installed. For instructions on how
22-
to install them please follow `these instructions <https://www.firedrakeproject.org/install#slepc>`_.
23-
2421

2522
Governing PDE
2623
~~~~~~~~~~~~~
@@ -138,7 +135,7 @@ We define the Test Function :math:`\phi` and the Trial Function
138135
To build the weak formulation of our equation we need to build two PETSc
139136
matrices in the form of a generalized eigenvalue problem,
140137
:math:`A\psi = \lambda M\psi`. This eigenproblem takes `restrict=True` to help
141-
users to avoid convergence failures by removing eigenvalues on the
138+
users to avoid convergence failures by removing eigenvalues on the
142139
boundary, while preserving the original function space for the eigenmodes. ::
143140

144141
eigenproblem = LinearEigenproblem(

docs/source/aims_25.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ reading is available on the links above.
5050
- Firedrake practical 2: `Dirichlet boundary conditions <https://colab.research.google.com/github/firedrakeproject/notebooks/blob/aims/02-poisson.ipynb>`__
5151
- Firedrake practical 4: `mixed Poisson <https://colab.research.google.com/github/firedrakeproject/notebooks/blob/aims/05-mixed-poisson.ipynb>`__
5252
- Firedrake practical 6: `solvers <https://colab.research.google.com/github/firedrakeproject/notebooks/blob/aims/08-composable-solvers.ipynb>`__
53-
- Adjoint practical 1: `Burgers again <https://colab.research.google.com/github/firedrakeproject/notebooks/blob/aims/13_adjoint_calculations.ipynb#scrollTo=e7b5808f-f0ae-4e40-bcca-eff67f251fc9>`__
53+
- Adjoint practical 1: `Burgers again <https://colab.research.google.com/github/firedrakeproject/notebooks/blob/aims/13_adjoint_calculations.ipynb>`__
5454
- `Scientific machine learning <https://github.com/NBoulle/physics-driven-ml/raw/main/tutorials/sciml_intro.pdf>`__, `practical <https://colab.research.google.com/github/NBoulle/physics-driven-ml/blob/main/tutorials/Tutorial_2_ex.ipynb>`__
5555

5656

0 commit comments

Comments
 (0)