We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 127178c commit f2fed34Copy full SHA for f2fed34
test/test_kdv_1d.jl
@@ -38,10 +38,10 @@ end
38
@testitem "kdv_1d_manufactured" setup=[Setup, KdVEquation1D] begin
39
@test_trixi_include(joinpath(EXAMPLES_DIR, "kdv_1d_manufactured.jl"),
40
tspan=(0.0, 1.0),
41
- l2=[8.19240300492206e-8],
42
- linf=[9.001177425638218e-8],
43
- cons_error=[1.5510866369083942e-8],
44
- change_waterheight=-1.5510866369083942e-8,)
+ l2=[8.193629241011088e-8],
+ linf=[9.001311296330528e-8],
+ cons_error=[1.5494509675306745e-8],
+ change_waterheight=-1.5494509675306745e-8,)
45
46
@test_allocations(semi, sol, allocs=5_000)
47
end
0 commit comments