Skip to content

Commit

Permalink
Add DiagonalEK1 to second order ODE tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanaelbosch committed Feb 23, 2024
1 parent be58954 commit b04d80a
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions test/secondorderode.jl
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,13 @@ appxsol = solve(prob_base, Vern9(), abstol=1e-9, reltol=1e-6)
EK1(initialization=ForwardDiffInit(2)),
# EK1(initialization=ClassicSolverInit()), # unstable for this problem
EK1(diffusionmodel=FixedDiffusion()),
# EK0(diffusionmodel=FixedMVDiffusion()),
# EK0(diffusionmodel=DynamicMVDiffusion()),
EK0(diffusionmodel=FixedMVDiffusion()),
EK0(diffusionmodel=DynamicMVDiffusion()),
DiagonalEK1(),
EK1(initialization=ForwardDiffInit(2)),
DiagonalEK1(diffusionmodel=FixedDiffusion()),
DiagonalEK1(diffusionmodel=FixedMVDiffusion()),
DiagonalEK1(diffusionmodel=DynamicMVDiffusion()),
)
sol = solve(_prob, alg)

Expand Down

0 comments on commit b04d80a

Please sign in to comment.