You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!).
The text was updated successfully, but these errors were encountered:
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 (definingdiscrete_dynamics!
) and the implicit function theorem to get the dynamics Jacobian (definingjacobian!
).The text was updated successfully, but these errors were encountered: