Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SODE solver #91

Open
3 tasks
martinjrobins opened this issue Sep 7, 2024 · 0 comments
Open
3 tasks

SODE solver #91

martinjrobins opened this issue Sep 7, 2024 · 0 comments

Comments

@martinjrobins
Copy link
Owner

martinjrobins commented Sep 7, 2024

  • Implement ESDIRK method for SODEs with singular mass matrix. Should be able to do this ontop of existing SDIRK solver in diffsol:
    • I'm currently thinking of following the approch used in differentialequations.jl
    • SODE equations and tableau described here. 4-stage 3rd order ODE method due to Kennedy and Carpenter on page 9.
    • Timestepping with error control and rejection sampling described here
  • 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 term g and its gradient)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant