Skip to content

Implement discrete_dynamics! and jacobian! for implicit integrators using Newton and IFT #19

@bjack205

Description

@bjack205

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!).

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions