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

xde_steady, output dynamical quantities (including eir), last_to_inits #137

Merged
merged 1 commit into from
Oct 26, 2023

Conversation

smitdave
Copy link
Member

  • it is now possible to output the terms (i.e. dynamical quantities) that connect the major dynamical components: switches have been added to setup, and the derivatives list returns the values as derivative, so the output is cumulative EIR, kappa, etc. The values of eir are computed in parse_deout

  • a new function last_to_init was added that copies the values of the last simulation to the initial values. This function relies on a new class of functions update_inits_*

  • a new function xde_steady is a wrapper on xde_solve that returns the stable orbits.

+ it is now possible to output the terms that connect the models: switches have been added to setup, and the derivatives list returns the values as derivative, so the output is cumulative EIR, kappa, etc. The values of eir are computed in parse_deout

+ a new function last_to_init was added that copies the values of the last simulation to the initial values. This function relies on a new class of functions update_inits_*

+ a new function xde_steady is a wrapper on xde_solve that returns the stable orbits.
@smitdave smitdave merged commit 0b3714d into main Oct 26, 2023
5 checks passed
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 this pull request may close these issues.

1 participant