File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed
demos/eigenvalues_QG_basinmodes Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -18,9 +18,6 @@ dissipative forces. Unlike the other demo that integrated the equations forward
1818in time, in this problem it is necessary to compute the eigenvalues and
1919eigenfunctions 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
2522Governing PDE
2623~~~~~~~~~~~~~
@@ -138,7 +135,7 @@ We define the Test Function :math:`\phi` and the Trial Function
138135To build the weak formulation of our equation we need to build two PETSc
139136matrices 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
142139boundary, while preserving the original function space for the eigenmodes. ::
143140
144141 eigenproblem = LinearEigenproblem(
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments