Commit a7080c6
Declare custom-integrator construction and stepping hooks public (#4081)
Declares fix_dt_at_bounds!, handle_tstop!, initialize_tstops,
initialize_saveat and initialize_d_discontinuities public in
OrdinaryDiffEqCore. These are the hooks packages use to build their own
integrator on top of the OrdinaryDiffEqCore machinery; DelayDiffEq and
OrdinaryDiffEqOperatorSplitting both call them and add methods to them.
Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>1 parent b809b2b commit a7080c6
2 files changed
Lines changed: 7 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
488 | 488 | | |
489 | 489 | | |
490 | 490 | | |
| 491 | + | |
| 492 | + | |
| 493 | + | |
| 494 | + | |
| 495 | + | |
| 496 | + | |
491 | 497 | | |
492 | 498 | | |
493 | 499 | | |
| |||
0 commit comments