Skip to content

Commit 97529bb

Browse files
authored
Use correct dts
1 parent 0ab8440 commit 97529bb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

benchmarks/NonStiffBVP/nonlinear_wpd.jmd

+4-4
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ Set up the benchmarked solvers.
2727

2828
```julia
2929
solvers_all = [
30-
(; pkg = :boundaryvaluediffeq, type = :mirk, name = "MIRK4", solver = Dict(:alg => MIRK4(), :dts=>1.0 ./ 5.0 .^ (1:3))),
31-
(; pkg = :boundaryvaluediffeq, type = :mirk, name = "MIRK5", solver = Dict(:alg => MIRK5(), :dts=>1.0 ./ 5.0 .^ (1:3))),
32-
(; pkg = :boundaryvaluediffeq, type = :mirk, name = "MIRK6", solver = Dict(:alg => MIRK6(), :dts=>1.0 ./ 5.0 .^ (1:3))),
30+
(; pkg = :boundaryvaluediffeq, type = :mirk, name = "MIRK4", solver = Dict(:alg => MIRK4(), :dts=>1.0 ./ 5.0 .^ (1:4))),
31+
(; pkg = :boundaryvaluediffeq, type = :mirk, name = "MIRK5", solver = Dict(:alg => MIRK5(), :dts=>1.0 ./ 5.0 .^ (1:4))),
32+
(; pkg = :boundaryvaluediffeq, type = :mirk, name = "MIRK6", solver = Dict(:alg => MIRK6(), :dts=>1.0 ./ 5.0 .^ (1:4))),
3333
(; pkg = :boundaryvaluediffeq, type = :firk, name = "RadauIIa3", solver = Dict(:alg => RadauIIa3(), :dts=>1.0 ./ 5.0 .^ (1:4))),
3434
(; pkg = :boundaryvaluediffeq, type = :firk, name = "RadauIIa5", solver = Dict(:alg => RadauIIa5(), :dts=>1.0 ./ 5.0 .^ (1:4))),
3535
(; pkg = :boundaryvaluediffeq, type = :firk, name = "RadauIIa7", solver = Dict(:alg => RadauIIa7(), :dts=>1.0 ./ 5.0 .^ (1:4))),
@@ -324,4 +324,4 @@ end
324324
```julia, echo = false
325325
using SciMLBenchmarks
326326
SciMLBenchmarks.bench_footer(WEAVE_ARGS[:folder],WEAVE_ARGS[:file])
327-
```
327+
```

0 commit comments

Comments
 (0)