Skip to content

Commit 6ec9004

Browse files
author
Daniel Ruprecht
committed
update README
1 parent 9a00a5e commit 6ec9004

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ How can I reproduce Figures from the publication?
2828
- Fig. 6 --> scripts/plot_dispersion.py with stencil=2 (also set nu=0.0 and dx=1.0)
2929
- Fig. 7 --> scripts/plot_dispersion.py with artificial_coarse=1 and artifical_coarse=2
3030
- Fig. 8 --> example/run.py with artificial_coarse=2
31-
- Fig. 7 --> scripts/plot_svd_vs_waveno_different_G.py
31+
- Fig. 9 --> scripts/plot_svd_vs_waveno_different_G.py
3232
- Fig. 8 --> scripts/plot_dispersion.py with artifical_fine=1
3333
- Fig. 9 --> example/run.py with artifical_fine=1
3434
- Fig. 10 -> scripts/plot_dispersion.py with ncoarse=2

scripts/plot_svd_vs_waveno_different_G.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565

6666
svds[j,i] = para.get_max_svd(ucoarse=ucoarse)
6767

68-
rcParams['figure.figsize'] = 2.5, 2.5
68+
rcParams['figure.figsize'] = 3.54, 3.54
6969
fs = 8
7070
fig = plt.figure()
7171
plt.plot(k_vec, svds[0,:], 'b-o', label="Backward Euler", markersize=fs/2, markevery=(1,6))

0 commit comments

Comments
 (0)