Skip to content

Commit 3a8fee9

Browse files
author
Daniel Ruprecht
committed
updated readme and comments
1 parent 02dee92 commit 3a8fee9

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

examples/fwsw/plot_stab_vs_k.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818
mvals = [2, 3, 4]
1919
kvals = np.arange(1,10)
2020
lambda_fast = 10j
21+
22+
### PLOT EITHER FOR lambda_slow = 1 (resolved) OR lambda_slow = 4 (unresolved)
2123
slow_resolved = False
2224
if slow_resolved:
2325
lambda_slow = 1j
Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
Figure 1: fwsw/plot_stifflimit_specrad.py
22
Figure 2: fwsw/plot_stability.py
3-
Figure 3: acoustic_1d_imex/plot_dispersion.py
4-
Figure 4 (left): acoustic_1d_imex/runconvergence.py and then plotconvergence.py
5-
Figure 4 (right): acoustic_1d_imex/runitererror.py
6-
Figure 5: acoustic_1d_imex/runmultiscale.py
7-
Figure 6: boussinesq_2d_imex/rungmrescounter.py and then plotgmrescounter.py for sparams['maxiter']=4 and dirk_order=4
3+
Figure 3: fwsw/plot_stab_vs_k.py
4+
Figure 4: acoustic_1d_imex/plot_dispersion.py
5+
Figure 5 (left): acoustic_1d_imex/runconvergence.py and then plotconvergence.py
6+
Figure 5 (right): acoustic_1d_imex/runitererror.py
7+
Figure 6: acoustic_1d_imex/runmultiscale.py
8+
Figure 7: boussinesq_2d_imex/rungmrescounter.py and then plotgmrescounter.py for sparams['maxiter']=4 and dirk_order=4
89

9-
Table 1: boussinesq_2d_imex/rungmrescounter.py and then plotgmrescounter.py
10+
Table 1: boussinesq_2d_imex/rungmrescounter.py and then plotgmrescounter.py

0 commit comments

Comments
 (0)