Skip to content

Commit

Permalink
Update ode_firk_tests.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas authored Jul 19, 2024
1 parent 8cc4ed8 commit d93038d
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions test/algconvergence/ode_firk_tests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,11 @@ for prob in [prob_ode_linear, prob_ode_2Dlinear]
@test sim21.𝒪est[:final]5 atol=testTol
end

for prob in [prob_ode_linear, prob_ode_2Dlinear]
sim21 = test_convergence(1 ./ 2 .^ (2.777:-1:0.777), prob, RadauIIA7())
@test sim21.𝒪est[:final]8 atol=testTol
end
sim21 = test_convergence(1 ./ 2 .^ (2.777:-1:0.777), prob_ode_linear, RadauIIA7())
@test sim21.𝒪est[:final]8 atol=testTol

sim21 = test_convergence(1 ./ 2 .^ (2.777:-1:0.777), prob_ode_2Dlinear, RadauIIA7())
@test sim21.𝒪est[:final]7 atol=testTol

# test adaptivity
for iip in (true, false)
Expand Down

0 comments on commit d93038d

Please sign in to comment.