-
-
Notifications
You must be signed in to change notification settings - Fork 79
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
[v14 ready] New stability computation #739
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Closed
TorkelE
force-pushed
the
new_stability_computation
branch
from
February 2, 2024 15:34
d37e452
to
a59a9ef
Compare
TorkelE
changed the title
New stability computation
[v14 ready] New stability computation
Feb 2, 2024
isaacsas
reviewed
Feb 2, 2024
Remove autonomy check for |
TorkelE
force-pushed
the
new_stability_computation
branch
from
May 20, 2024 19:00
7836e03
to
e29711a
Compare
TorkelE
commented
May 21, 2024
…ntinuation computation.
TorkelE
force-pushed
the
new_stability_computation
branch
from
May 21, 2024 17:29
9cc116b
to
9cc5f9c
Compare
isaacsas
requested changes
May 23, 2024
docs/src/steady_state_functionality/steady_state_stability_computation.md
Show resolved
Hide resolved
docs/src/steady_state_functionality/steady_state_stability_computation.md
Outdated
Show resolved
Hide resolved
…putation.md Co-authored-by: Sam Isaacson <isaacsas@users.noreply.github.com>
Co-authored-by: Sam Isaacson <isaacsas@users.noreply.github.com>
Co-authored-by: Sam Isaacson <isaacsas@users.noreply.github.com>
Co-authored-by: Sam Isaacson <isaacsas@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
New version of: #730 (rebasing was a mess)
Enables computation of stability of steady states. Conservation laws should be accounted for.
Simple example:
Also add a function
is_autnomous
that checks whether a system is autonomous. Add this as an error check when creatingBifurcationProblem
s,NonlinearSystem
s, and computing steady states usinghc_steady_states
.