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

A unified abstract DAE solver container #104

Open
rzyu45 opened this issue Dec 16, 2024 · 0 comments
Open

A unified abstract DAE solver container #104

rzyu45 opened this issue Dec 16, 2024 · 0 comments
Assignees

Comments

@rzyu45
Copy link
Member

rzyu45 commented Dec 16, 2024

All the modern robust dae solvers contain the initialization, step size control, dense output and event detection procedures. The differences are lying in the integration step, the dense output formulae.

A unified abstract DAE solver container should be developed to do the shared procedures and provide interfaces for different dae solution routines. So that the DAE solvers can be more easily implemented and maintained.

@rzyu45 rzyu45 self-assigned this Dec 16, 2024
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