-
Notifications
You must be signed in to change notification settings - Fork 39
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
Continuation of Hopf curve for ComponentArray state type #197
Comments
Hi, You can try
The issue is that using |
This solution works well to do the continuation of fold and hopf curves with
|
Yeah, this is not really gona work with collocation. I need to save the periodic orbit like You can either
|
I also tried the continuation of the fold curve which works as well. Unfortunately, I couldn't get the periodic orbit continuation to work (also with shooting). Would it be easier to use |
It depends. For low dimensional problems, I would try ModelingToolkit. For large dimensional problems, probably I have never tried |
Thanks a lot! I will close this issue as the original problem using |
I tried to continue a Hopf curve using a ComponentArray.jl state type. As far as I can tell, there seems to be a problem when setting up the augmented problem. Here is a minimal working example that uses the example of the Hopf curve continuation from the tutorials (CO oxidation). I changed the state type to use the ComponentArray type.
The error I get says:
A similar problem might also appear in the fold curve continuation but I haven't checked. Any ideas on how to tackle this problem are very much appreciated.
The text was updated successfully, but these errors were encountered: