Skip to content

Commit eaabf93

Browse files
authored
Merge pull request #192 from RasmitDevkota/master
2 parents de90fba + a26d3e8 commit eaabf93

File tree

4 files changed

+10
-2
lines changed

4 files changed

+10
-2
lines changed

examples/1D_laxshocktube/README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
11
# Lax shock tube problem (1D)
22

3-
Reference: P. D. Lax, Weak solutions of nonlinear hyperbolic equations and their numerical computation, Communications on pure and applied mathematics 7 (1) (1954) 159–193.
3+
Reference: P. D. Lax, Weak solutions of nonlinear hyperbolic equations and their numerical computation, Communications on pure and applied mathematics 7 (1) (1954) 159–193.
4+
5+
## Initial Condition
6+
7+
![Initial Condition](initial.png)
8+
9+
## Result
10+
11+
![Result](result.png)

examples/1D_laxshocktube/case.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
'format' : 1,
5454
'precision' : 2,
5555
'prim_vars_wrt' :'T',
56-
'parallel_io' :'T',
56+
'parallel_io' :'F',
5757
# ==========================================================================
5858

5959
# Patch 1 L ================================================================
40.8 KB
Loading
58.4 KB
Loading

0 commit comments

Comments
 (0)