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

abort continuation step when the first bifurcation point is located using the bisection #192

Closed
LEquinoxy opened this issue Nov 30, 2024 · 2 comments

Comments

@LEquinoxy
Copy link

Hello again! I want to use continuation to find the stable range of system parameters. To reduce computation time, I would like to stop the continuation of a branch once a bifurcation point (e.g., ns point or hopf point) is located using the bisection. How should I write the function to pass to callback_newton?

@rveltz
Copy link
Member

rveltz commented Nov 30, 2024

Hi,

Use a finalizer and check contResult.specialpoint

@LEquinoxy
Copy link
Author

LEquinoxy commented Nov 30, 2024

Issue has been solved.Thank you so much!😄😄

@rveltz rveltz closed this as completed Dec 4, 2024
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

No branches or pull requests

2 participants