JonasBreuling / scipy_dae

Python implementation of solvers for differential algebraic equation's (DAE's) that should be added to scipy one day.
BSD 3-Clause "New" or "Revised" License
13 stars 2 forks source link

Dense output for `yp`. #6

Closed JonasBreuling closed 1 month ago

JonasBreuling commented 2 months ago

Dense output for Radau IIA can be done by constructing the collocation polynomials for y and yp. For BDF the Newton polynomial and its derivative should be sufficient, see dassl.c.

JonasBreuling commented 1 month ago

Implemented in fa0c9ee6a010402115a19cb5efa7ec9c3836f266.