OrdinaryDiffEq.jl icon indicating copy to clipboard operation
OrdinaryDiffEq.jl copied to clipboard

save du and k for DAEs when dense==true

Open oscardssmith opened this issue 1 year ago • 2 comments

Checklist

  • [ ] Appropriate tests were added
  • [x] Any code changes were done in a way that does not break public API
  • [x] All documentation related to code changes were updated
  • [x] The new code follows the contributor guidelines, in particular the SciML Style Guide and COLPRAC.
  • [x] Any new documentation only uses public API

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.

oscardssmith avatar Feb 12 '24 21:02 oscardssmith

Missing tests

ChrisRackauckas avatar Feb 18 '24 14:02 ChrisRackauckas

Bump for tests

ChrisRackauckas avatar Feb 24 '24 11:02 ChrisRackauckas