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

Joint work for a scipy solve_dae function #6

Open
JonasBreuling opened this issue Jun 12, 2024 · 0 comments
Open

Joint work for a scipy solve_dae function #6

JonasBreuling opened this issue Jun 12, 2024 · 0 comments

Comments

@JonasBreuling
Copy link

Dear Laurent,

we discussed already about the extension of scipy's capabilities in solving differential algebraic equations in your (PR)(scipy/scipy#13068).

In the meantime I have investigated the capabilities of extending scipy's Radau and BDF methods for systems of the form M y' = f(t, y). This work's quiet nice if the systems are of index 1. Moreover, I'm interested in solving implicit differential equations (or differential algebraic equations) of the form F(t, y, y') = 0. Using this formulation saves some time in the linear algebra and is more flexible compared to usage of a mass matrix. Therefore, I've created a new repository called scipy_dae. I've added a new base class DAESolver and a solve_dae function. If you are interested in collaboration reach out. I think we have a lot of common interest.

Best regards
Jonas

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