Skip to content

Commit

Permalink
Comments in ODESolversTests.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
oriolcg committed Nov 4, 2023
1 parent f504898 commit 70a3a5a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/ODEsTests/ODEsTests/ODESolversTests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ ufθ, tf, cache = solve_step!(ufθ,odesolθ,op,u0,t0,nothing)
# RK tests
# RK: BE equivalent
# u1-u0 = dt*u1 => u1 = u0/(1-dt) = 2.2222222222222223
# uf-u0 = dt*u1 => uf = u1
odesol = RungeKutta(ls,ls,dt,:BE_1_0_1)
cache = nothing
uf, tf, cache = solve_step!(uf,odesol,op,u0,t0,cache)
Expand Down

0 comments on commit 70a3a5a

Please sign in to comment.