SciML / OrdinaryDiffEq.jl

High performance ordinary differential equation (ODE) and differential-algebraic equation (DAE) solvers, including neural ordinary differential equations (neural ODEs) and scientific machine learning (SciML)
https://diffeq.sciml.ai/latest/
Other
521 stars 198 forks source link

dont make du, u, p, t arguments to dolinsolve but get the from integrator #2247

Open oscardssmith opened 3 weeks ago

oscardssmith commented 3 weeks ago

No one was passing these arguments as far as I can tell, which meant that if the user provided a precs to the solver, it would get nothing for du, u, p, t.

oscardssmith commented 4 days ago

This will wait until https://github.com/SciML/LinearSolve.jl/pull/514 is done (at which point we can remove precs from OrdinaryDiffEq entirely since it will just be a linsolve argument)