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 discrete_dynamics! and jacobian! for implicit integrators using Newton and IFT #19

Closed
bjack205 opened this issue Feb 27, 2022 · 0 comments · Fixed by #21
Closed
Assignees

Comments

@bjack205
Copy link
Member

bjack205 commented Feb 27, 2022

Right now implicit integrators can only call dynamics_error! and related functions. We can use implicit integrators as drop-in replacements for explicit ones by using Newton's method to solve for the next state (defining discrete_dynamics!) and the implicit function theorem to get the dynamics Jacobian (defining jacobian!).

@bjack205 bjack205 self-assigned this Mar 10, 2022
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.

1 participant