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
523 stars 199 forks source link

save du and k for DAEs when dense==true #2137

Open oscardssmith opened 5 months ago

oscardssmith commented 5 months ago

Checklist

Additional context

Add any other context about the problem here. depends on https://github.com/SciML/SciMLBase.jl/pull/622 to add the k field to DAESolution.

ChrisRackauckas commented 5 months ago

Missing tests

ChrisRackauckas commented 4 months ago

Bump for tests