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

Feature request: BVP-DAE support #76

Open
JulianUlrich opened this issue Jul 6, 2022 · 2 comments · May be fixed by #217
Open

Feature request: BVP-DAE support #76

JulianUlrich opened this issue Jul 6, 2022 · 2 comments · May be fixed by #217

Comments

@JulianUlrich
Copy link

It would be nice, if solving of boundary value problems for implicit or semi-explicit DAEs was supported. Such solvers exist in FORTRAN (COLDAE).

@ChrisRackauckas
Copy link
Member

Agreed. First, we should add mass matrices to the BVProblem specification. It needs a BVPFunction, like the ODEFunciton, etc. to add such Jacobian and other metafunctions. That would get mass_matrix, so then linearly implicit BVP DAEs can be specified. Then yes we need to add that to the MIRK method.

@JulianUlrich
Copy link
Author

Nice, i am looking forward to it. I am surprised this has not been implemented in any commercial tool...

@ErikQQY ErikQQY linked a pull request Oct 14, 2024 that will close this issue
3 tasks
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

Successfully merging a pull request may close this issue.

2 participants