Skip to content

Commit c1da1f9

Browse files
DOC: Externalize example 14
1 parent bd6f6cf commit c1da1f9

File tree

3 files changed

+13
-1052
lines changed

3 files changed

+13
-1052
lines changed

examples/14_cavity_flow.ipynb

Lines changed: 0 additions & 1042 deletions
This file was deleted.

examples/README.rst

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -113,16 +113,6 @@ This notebook uses sub-sampling of the data and sub-sampling of the SINDy librar
113113

114114
./13_ensembling/example
115115

116-
`Cavity flow <./14_cavity_flow/example.ipynb>`_
117-
----------------------------------------------------------------------------------------------
118-
Demonstrates the use of SINDy to learn a model for the quasiperiodic dynamics in a shear-driven cavity at Re=7500, following Callaham, Brunton, and Loiseau (2021), preprint available here `<https://arxiv.org/pdf/2106.02409>`_.
119-
120-
.. toctree::
121-
:hidden:
122-
:maxdepth: 1
123-
124-
./14_cavity_flow/example
125-
126116
`PySINDy lectures <./15_pysindy_lectures/example.ipynb>`_
127117
----------------------------------------------------------------------------------------------
128118
Lectures on PySINDy usage from Alan Kaptanoglu's Youtube channel: https://www.youtube.com/playlist?list=PLN90bHJU-JLoOfEk0KyBs2qLTV7OkMZ25.
@@ -202,6 +192,13 @@ They may require substantial computing resources.
202192
in Peng, Mai et al. "Local stability guarantees for data-driven quadratically
203193
nonlinear models."
204194

195+
.. pysindy-example::
196+
:key: cavity-flow
197+
:title: Cavity flow
198+
199+
Demonstrates the use of SINDy to learn a model for the quasiperiodic dynamics in a
200+
shear-driven cavity at Re=7500, following Callaham, Brunton, and Loiseau (2021),
201+
preprint available here `<https://arxiv.org/pdf/2106.02409>`_.
205202

206203
.. pysindy-example::
207204
:key: benchmarks

examples/external.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,12 @@
1616
ref: "eba3fdb"
1717
dir: "examples"
1818

19+
- name: "cavity-flow"
20+
user: "dynamicslab"
21+
repo: "sindy-addl-examples"
22+
ref: "2640223"
23+
dir: "examples"
24+
1925
- name: "benchmarks"
2026
user: "dynamicslab"
2127
repo: "sindy-addl-examples"

0 commit comments

Comments
 (0)