-
-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
- Implement explicit RK method for SODEs using methods by Rößler, Timestepping with error control and rejection sampling described here
- Implement ESDIRK method for SODEs with singular mass matrix. Should be able to do this ontop of existing SDIRK solver in diffsol:
- I'm not sure if there is a good published solver based on BDF, if I find one I'll add it here. Otherwise need to give a reasonable error if a user tries to use BDF solver for SODEs
- Update
OdeEquations
trait to enable users to specify SODE equations required (presumably need to specify additional functions for diffusion termg
and its gradient)
Metadata
Metadata
Assignees
Labels
No labels