Skip to content

Commit 415bec1

Browse files
authored
Merge pull request #29 from yingtchen/master
Updated compressible comparison page
2 parents dc361b6 + 0a0b923 commit 415bec1

14 files changed

Lines changed: 12 additions & 9 deletions

File tree

docs/source/compressible_compare.rst

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,14 @@ The Sedov problem ran on a 128 x 128 grid, with gamma = 1.4, and until t = 0.1,
3434
./pyro.py compressible_fv4 sedov inputs.sedov
3535
3636
.. image:: ./solver_comparisons/sedov.png
37-
37+
:align: center
38+
3839
.. image:: ./solver_comparisons/sedov_rk.png
39-
40+
:align: center
41+
4042
.. image:: ./solver_comparisons/sedov_fv4.png
41-
43+
:align: center
44+
4245
Quad
4346
^^^^
4447
The quad problem ran on a 256 x 256 grid until t = 0.8, which can be run as:
@@ -50,13 +53,13 @@ The quad problem ran on a 256 x 256 grid until t = 0.8, which can be run as:
5053
./pyro.py compressible_fv4 quad inputs.quad
5154
5255
.. image:: ./solver_comparisons/quad.png
53-
:width: 30%
56+
:align: center
5457

5558
.. image:: ./solver_comparisons/quad_rk.png
56-
:width: 30%
59+
:align: center
5760

5861
.. image:: ./solver_comparisons/quad_fv4.png
59-
:width: 30%
62+
:align: center
6063

6164

6265
Bubble
@@ -70,13 +73,13 @@ The bubble problem ran on a 128 x 256 grid until t = 3.0, which can be run as:
7073
./pyro.py compressible_fv4 bubble inputs.bubble
7174
7275
.. image:: ./solver_comparisons/bubble.png
73-
:width: 30%
76+
:align: center
7477

7578
.. image:: ./solver_comparisons/bubble_rk.png
76-
:width: 30%
79+
:align: center
7780

7881
.. image:: ./solver_comparisons/bubble_fv4.png
79-
:width: 30%
82+
:align: center
8083

8184

8285
Rayleigh-Taylor
9.68 KB
Loading
10.1 KB
Loading
10.3 KB
Loading
-2.88 KB
Loading
20.4 KB
Loading
21.4 KB
Loading
20.9 KB
Loading
-4.08 KB
Loading
-4.43 KB
Loading

0 commit comments

Comments
 (0)