Skip to content

Commit da0ff1c

Browse files
committed
created 1D_laxshocktube README with reference
1 parent 0f6a793 commit da0ff1c

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

examples/1D_laxshocktube/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Lax shock tube problem (1D)
2+
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.

misc/viz.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
print(f" * Reading data files...")
4141

4242
dfs = {}
43-
for f in glob.glob(os.path.join(DIRPATH, 'D', f'{cfg[0]}.*.*.dat')):
43+
for f in glob.glob(os.path.join(DIRPATH, 'D', f'{cfg[0]}.*.*.dat')):
4444
proc, t_step = int(f.split('.')[-3]), int(f.split('.')[-2])
4545

4646
if t_step != dfs:

0 commit comments

Comments
 (0)