Skip to content

Commit

Permalink
update firk order
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas committed Aug 20, 2024
1 parent 33915d3 commit bd56fc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/OrdinaryDiffEqFIRK/src/alg_utils.jl
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ isfirk(alg::RadauIIA9) = true

alg_adaptive_order(alg::RadauIIA3) = 1
alg_adaptive_order(alg::RadauIIA5) = 3
alg_adaptive_order(alg::RadauIIA9) = 7
alg_adaptive_order(alg::RadauIIA9) = 5

0 comments on commit bd56fc5

Please sign in to comment.