The function adaptive_ode_kf is some extremely mild variant of adaptive_ode() with marginally different arguments. The vast majority of the code is the same. It's poor coding practice do to this and leads to technical debt: it makes code harder to maintain.
The function
adaptive_ode_kf
is some extremely mild variant ofadaptive_ode()
with marginally different arguments. The vast majority of the code is the same. It's poor coding practice do to this and leads to technical debt: it makes code harder to maintain.