We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 33915d3 + bd56fc5 commit 83c55c9Copy full SHA for 83c55c9
lib/OrdinaryDiffEqFIRK/src/alg_utils.jl
@@ -10,4 +10,4 @@ isfirk(alg::RadauIIA9) = true
10
11
alg_adaptive_order(alg::RadauIIA3) = 1
12
alg_adaptive_order(alg::RadauIIA5) = 3
13
-alg_adaptive_order(alg::RadauIIA9) = 7
+alg_adaptive_order(alg::RadauIIA9) = 5
0 commit comments