JuliaDynamics / PeriodicOrbits.jl

Interface and algorithms for finding periodic orbits (stable or unstable) in dynamical systems
https://juliadynamics.github.io/PeriodicOrbits.jl/
Other
8 stars 2 forks source link

Fictitious time integration method for seeking periodic orbits of nonlinear dynamical systems #18

Open JonasKoziorek opened 4 days ago

JonasKoziorek commented 4 days ago

This paper introduces two methods for detecting periodic orbits of continuous-time dynamical systems. The paper includes implementation in Fortran.

I share WIP code for the first method. Method works for Duffing system but fails for Lorenz or Roessler.