Skip to content

Commit 0f6a793

Browse files
committed
updated 1D_laxshocktube parameters to match reference
1 parent a45cc79 commit 0f6a793

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/1D_laxshocktube/case.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import json
55

66
# Numerical setup
7-
Nx = 399
7+
Nx = 200
88
dx = 1./(1.*(Nx+1))
99

1010
Tend, Nt = 0.14, 1000

0 commit comments

Comments
 (0)