You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add the Makazaga-Murua MM5GEE global-error-estimating solver
Adds the DOPRI5-based order-5 scheme with cheap global error estimation
of Makazaga and Murua (BIT 43, 2003) as another tableau in the GLEE
general linear framework (SciML/GlobalDiffEq.jl#6, the coefficient-
complete published representative of the Dormand-Duckers-Prince RK
triple family). Stages 1-7 are the standard DOPRI5 stages, three extra
stages propagate an order-6 companion solution, and a generic
solution-stage FSAL detection reuses stage 7's evaluation for fsallast,
giving exactly 9 function evaluations per step (verified by an nf
accounting test). The tableau was verified with exact rational
arithmetic against the order and independency conditions.
Verified locally on the unstable Prince42 problem: solution order 5,
estimate accuracy order 6, est/true-error ratio 1.04, 9.01 f-evals/step.
Co-Authored-By: Chris Rackauckas <accounts@chrisrackauckas.com>
0 commit comments