We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75935af commit efb2220Copy full SHA for efb2220
examples/1D_linear.jl
@@ -46,7 +46,7 @@ function main(nx=400)
46
47
48
u = copy(u0_vec)
49
- weno = WENOScheme(u; boundary=(02, 02), stag=true)
+ weno = WENOScheme(u; boundary=(2, 2), stag=true)
50
51
# advection velocity
52
a = ones(nx+1) .* 1
0 commit comments