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
define limit cycle boundary condition with either $g(x_0, x_f) = 0$ (more general) or $g(x_0) - g(x_f) = 0$ (limit cycle of a projected state). For the most general case, have $g$ also depend on time.
In KEEP.jl:
Make the source code public
Do I need to use (mutable) Arrays instead of StaticArrays? Probably not.
Is the use of ForwardDiff in my flow function a problem? Probably not, if I also use ForwardDiff in BifurcationKit.