You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# #reset_timer!(to); @timeit to "BNG_RODAS5_BDF" begin bsol2 = solve(boprob, rodas5(autodiff=false), saveat=1., abstol=1e-8, reltol=1e-8); end; show(to)
58
58
#@timeit to "KenCarp4-1" begin sol = solve(boprob,KenCarp4(autodiff=false,linsolve=LinSolveFactorize(lu)), saveat=1., abstol=1e-8, reltol=1e-8); end; show(to)
59
59
#@timeit to "KenCarp4-2" begin bsol = solve(boprob,KenCarp4(autodiff=false,linsolve=LinSolveFactorize(lu)), saveat=1., abstol=1e-8, reltol=1e-8); end; show(to)
60
-
@timeit to "KenCarp4-1"begin sol =solve(boprob, KenCarp4(autodiff =false), abstol =1e-8,
61
-
reltol =1e-8, saveat =1.0) end;
60
+
@timeit to "KenCarp4-1"begin
61
+
sol =solve(boprob, KenCarp4(autodiff =false), abstol =1e-8,
62
+
reltol =1e-8, saveat =1.0)
63
+
end;
62
64
show(to);
63
-
@timeit to "KenCarp4-2"begin bsol =solve(boprob, KenCarp4(autodiff =false),
0 commit comments