@@ -12,10 +12,10 @@ The image below shows the KH problem initialized with McNally's test. It ran on
1212
1313.. prompt :: bash
1414
15- ./ pyro_sim.py compressible kh inputs.kh kh.vbulk=0
16- ./ pyro_sim.py compressible_rk kh inputs.kh kh.vbulk=0
17- ./ pyro_sim.py compressible_fv4 kh inputs.kh kh.vbulk=0
18- ./ pyro_sim.py compressible_sdc kh inputs.kh kh.vbulk=0
15+ pyro_sim.py compressible kh inputs.kh kh.vbulk=0
16+ pyro_sim.py compressible_rk kh inputs.kh kh.vbulk=0
17+ pyro_sim.py compressible_fv4 kh inputs.kh kh.vbulk=0
18+ pyro_sim.py compressible_sdc kh inputs.kh kh.vbulk=0
1919
2020.. image :: ./solver_comparisons/kh.png
2121 :align: center
@@ -30,10 +30,10 @@ The Sedov problem ran on a 128 x 128 grid, with gamma = 1.4, and until t = 0.1,
3030
3131.. prompt :: bash
3232
33- ./ pyro_sim.py compressible sedov inputs.sedov
34- ./ pyro_sim.py compressible_rk sedov inputs.sedov
35- ./ pyro_sim.py compressible_fv4 sedov inputs.sedov
36- ./ pyro_sim.py compressible_sdc sedov inputs.sedov
33+ pyro_sim.py compressible sedov inputs.sedov
34+ pyro_sim.py compressible_rk sedov inputs.sedov
35+ pyro_sim.py compressible_fv4 sedov inputs.sedov
36+ pyro_sim.py compressible_sdc sedov inputs.sedov
3737
3838.. image :: ./solver_comparisons/sedov.png
3939 :align: center
@@ -53,10 +53,10 @@ The quad problem ran on a 256 x 256 grid until t = 0.8, which can be run as:
5353
5454.. prompt :: bash
5555
56- ./ pyro_sim.py compressible quad inputs.quad
57- ./ pyro_sim.py compressible_rk quad inputs.quad
58- ./ pyro_sim.py compressible_fv4 quad inputs.quad
59- ./ pyro_sim.py compressible_sdc quad inputs.quad
56+ pyro_sim.py compressible quad inputs.quad
57+ pyro_sim.py compressible_rk quad inputs.quad
58+ pyro_sim.py compressible_fv4 quad inputs.quad
59+ pyro_sim.py compressible_sdc quad inputs.quad
6060
6161.. image :: ./solver_comparisons/quad.png
6262 :align: center
@@ -77,10 +77,10 @@ The bubble problem ran on a 128 x 256 grid until t = 3.0, which can be run as:
7777
7878.. prompt :: bash
7979
80- ./ pyro_sim.py compressible bubble inputs.bubble
81- ./ pyro_sim.py compressible_rk bubble inputs.bubble
82- ./ pyro_sim.py compressible_fv4 bubble inputs.bubble
83- ./ pyro_sim.py compressible_sdc bubble inputs.bubble
80+ pyro_sim.py compressible bubble inputs.bubble
81+ pyro_sim.py compressible_rk bubble inputs.bubble
82+ pyro_sim.py compressible_fv4 bubble inputs.bubble
83+ pyro_sim.py compressible_sdc bubble inputs.bubble
8484
8585.. image :: ./solver_comparisons/bubble.png
8686 :align: center
@@ -101,10 +101,10 @@ The Rayleigh-Taylor problem ran on a 64 x 192 grid until t = 3.0, which can be r
101101
102102.. prompt :: bash
103103
104- ./ pyro_sim.py compressible rt inputs.rt
105- ./ pyro_sim.py compressible_rk rt inputs.rt
106- ./ pyro_sim.py compressible_fv4 rt inputs.rt
107- ./ pyro_sim.py compressible_sdc rt inputs.rt
104+ pyro_sim.py compressible rt inputs.rt
105+ pyro_sim.py compressible_rk rt inputs.rt
106+ pyro_sim.py compressible_fv4 rt inputs.rt
107+ pyro_sim.py compressible_sdc rt inputs.rt
108108
109109.. image :: ./solver_comparisons/rt.png
110110 :align: center
0 commit comments