We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a45cc79 commit 0f6a793Copy full SHA for 0f6a793
examples/1D_laxshocktube/case.py
@@ -4,7 +4,7 @@
4
import json
5
6
# Numerical setup
7
-Nx = 399
+Nx = 200
8
dx = 1./(1.*(Nx+1))
9
10
Tend, Nt = 0.14, 1000
0 commit comments