Skip to content

Commit 623ed68

Browse files
author
Rini Banerjee
committed
Added placeholder pages for all chapters.
1 parent f8150fe commit 623ed68

9 files changed

+65
-15
lines changed

fdm-jupyter-book/_toc.yml

+11-2
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,23 @@
33
- chapter: Vibration ODEs
44
sections:
55
- file: notebooks/vib/vib_undamped.ipynb
6-
- file: notebooks/vib/vib_gen_placeholder1.md
7-
- file: notebooks/vib/vib_gen_placeholder2.md
6+
- file: notebooks/vib/vib_placeholder.md
87

98
- chapter: Wave equations
109
sections:
1110
- file: notebooks/wave/wave1D_fd1.ipynb
1211
- file: notebooks/wave/wave1D_prog.ipynb
12+
- file: notebooks/wave/wave_placeholder.md
1313

1414
- chapter: Diffusion equations
1515
sections:
1616
- file: notebooks/diffu/diffu_rw.ipynb
17+
- file: notebooks/diffu/diffu_placeholder.md
18+
19+
- chapter: Advection equations
20+
sections:
21+
- file: notebooks/advec/advec_placeholder.md
22+
23+
- chapter: Nonlinear problems
24+
sections:
25+
- file: notebooks/nonlin/nonlin_placeholder.md
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Coming soon
2+
3+
Hang in there! We're still working on the **Advection Equations** chapter.
4+
5+
Check back later to see the Devito tutorials for these sections!
6+
7+
(Or, if you want to contribute, check out our [GitHub repository](https://github.com/devitocodes/devito_book).)
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Coming soon
2+
3+
Hang in there! For the **Diffusion Equations** chapter, we're still working on:
4+
5+
* An explicit method for the 1D diffusion equation
6+
* Implicit methods for the 1D diffusion equation
7+
* Analysis of schemes for the diffusion equation
8+
* Diffusion in heterogeneous media
9+
* Diffusion in 2D
10+
* Applications
11+
12+
Check back later to see the Devito tutorials for these sections!
13+
14+
(Or, if you want to contribute, check out our [GitHub repository](https://github.com/devitocodes/devito_book).)
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Coming soon
2+
3+
Hang in there! We're still working on the **Nonlinear Problems** chapter.
4+
5+
Check back later to see the Devito tutorials for these sections!
6+
7+
(Or, if you want to contribute, check out our [GitHub repository](https://github.com/devitocodes/devito_book).)

fdm-jupyter-book/notebooks/vib/vib_gen_placeholder1.md

-3
This file was deleted.

fdm-jupyter-book/notebooks/vib/vib_gen_placeholder2.md

-3
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Coming soon
2+
3+
Hang in there! For the **Vibration ODEs** chapter, we're still working on:
4+
5+
* Generalization: damping, nonlinearities, and excitation
6+
* Applications of vibration models
7+
* Exercises and Problems
8+
9+
Check back later to see the Devito tutorials for these sections!
10+
11+
(Or, if you want to contribute, check out our [GitHub repository](https://github.com/devitocodes/devito_book).)
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Coming soon
2+
3+
Hang in there! For the **Wave Equations** chapter, we're still working on:
4+
5+
* Generalization: reflecting boundaries
6+
* Generalization: variable wave velocity
7+
* Building a general 1D wave equation solver
8+
* Analysis of the difference equations
9+
* Finite difference methods for 2D and 3D wave equations
10+
* Implementation
11+
* Applications of wave equations
12+
13+
Check back later to see the Devito tutorials for these sections!
14+
15+
(Or, if you want to contribute, check out our [GitHub repository](https://github.com/devitocodes/devito_book).)

fdm-jupyter-book/placeholder.md

-7
This file was deleted.

0 commit comments

Comments
 (0)