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

DAEProblem support #858

Open
oxinabox opened this issue Aug 4, 2023 · 0 comments
Open

DAEProblem support #858

oxinabox opened this issue Aug 4, 2023 · 0 comments

Comments

@oxinabox
Copy link
Contributor

oxinabox commented Aug 4, 2023

The docs say it supports

Differential algebraic equations (DAEs) (DAEProblem and ODEProblem with mass matrices)

but in the DAE example there is only one for the ODEProblem with mass matrix.
https://docs.sciml.ai/SciMLSensitivity/stable/examples/dae/physical_constraints/

Speaking to @ChrisRackauckas he says DAEProblem isn't supported.

I don't think this is a huge deal since can always reduce a DAE into an ODEProblem with a mass matrix
but for some problems the DAEProblem with IDA is significantly faster than the next best ODE Solver with an ODEProblem that we have found.

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