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

Implement a stiff differential equation solver #7384

Open
calcmogul opened this issue Nov 12, 2024 · 0 comments
Open

Implement a stiff differential equation solver #7384

calcmogul opened this issue Nov 12, 2024 · 0 comments
Labels
component: wpimath Math library effort: 5 type: fix Iterations on existing features or infrastructure.

Comments

@calcmogul
Copy link
Member

calcmogul commented Nov 12, 2024

Sometimes, the physics sim differential equations are stiff enough that the default solver takes way too long because it takes very small steps to stay below the error bound. We should add a higher order solver designed for stiff differential equations.

We should also automatically select the appropriate algorithm for a given problem:
https://docs.sciml.ai/DiffEqDocs/stable/getting_started/#Choosing-a-Solver-Algorithm

@calcmogul calcmogul added component: wpimath Math library effort: 5 type: fix Iterations on existing features or infrastructure. labels Nov 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component: wpimath Math library effort: 5 type: fix Iterations on existing features or infrastructure.
Projects
None yet
Development

No branches or pull requests

1 participant