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
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?
The text was updated successfully, but these errors were encountered:
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
?The text was updated successfully, but these errors were encountered: