Skip to content

Commit

Permalink
Merge pull request #2405 from SciML/firk_order
Browse files Browse the repository at this point in the history
update firk order
  • Loading branch information
ChrisRackauckas authored Aug 20, 2024
2 parents 33915d3 + bd56fc5 commit 83c55c9
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 83c55c9

Please sign in to comment.