@@ -1007,10 +1007,10 @@ year={1999},
10071007publisher={Elsevier}
10081008}
10091009
1010- RadauIIA7 : Fully-Implicit Runge-Kutta Method
1010+ RadauII97 : Fully-Implicit Runge-Kutta Method
10111011An A-B-L stable fully implicit Runge-Kutta method with internal tableau complex basis transform for efficiency.
10121012"""
1013- struct RadauIIA7 {CS, AD, F, P, FDT, ST, CJ, Tol, C1, C2, StepLimiter} < :
1013+ struct RadauIIA9 {CS, AD, F, P, FDT, ST, CJ, Tol, C1, C2, StepLimiter} < :
10141014 OrdinaryDiffEqNewtonAdaptiveAlgorithm{CS, AD, FDT, ST, CJ}
10151015 linsolve:: F
10161016 precs:: P
@@ -1024,15 +1024,15 @@ struct RadauIIA7{CS, AD, F, P, FDT, ST, CJ, Tol, C1, C2, StepLimiter} <:
10241024 step_limiter!:: StepLimiter
10251025end
10261026
1027- function RadauIIA7 (; chunk_size = Val {0} (), autodiff = Val {true} (),
1027+ function RadauIIA9 (; chunk_size = Val {0} (), autodiff = Val {true} (),
10281028 standardtag = Val {true} (), concrete_jac = nothing ,
10291029 diff_type = Val{:forward },
10301030 linsolve = nothing , precs = DEFAULT_PRECS,
10311031 extrapolant = :dense , fast_convergence_cutoff = 1 // 5 ,
10321032 new_W_γdt_cutoff = 1 // 5 ,
10331033 controller = :Predictive , κ = nothing , maxiters = 10 , smooth_est = true ,
10341034 step_limiter! = trivial_limiter!)
1035- RadauIIA7 {_unwrap_val (chunk_size), _unwrap_val (autodiff), typeof (linsolve),
1035+ RadauIIA9 {_unwrap_val (chunk_size), _unwrap_val (autodiff), typeof (linsolve),
10361036 typeof (precs), diff_type, _unwrap_val (standardtag), _unwrap_val (concrete_jac),
10371037 typeof (κ), typeof (fast_convergence_cutoff),
10381038 typeof (new_W_γdt_cutoff), typeof (step_limiter!)}(linsolve,
@@ -1046,7 +1046,7 @@ function RadauIIA7(; chunk_size = Val{0}(), autodiff = Val{true}(),
10461046 controller,
10471047 step_limiter!)
10481048end
1049- TruncatedStacktraces. @truncate_stacktrace RadauIIA7
1049+ TruncatedStacktraces. @truncate_stacktrace RadauIIA9
10501050
10511051# ###############################################################################
10521052
0 commit comments