This repo implements the method and examples from:
- A. Vizzaccaro, G. Gobat, A. Frangi, C. Touze'. Direct parametrisation of invariant manifolds for non-autonomous forced systems including superharmonic resonances (2023)
To use this code:
- download the folder on your PC and unzip it
- open VSCode and go to 'file -> open folder -> MORFE2.0-main'
- if julia is installed on your PC and julia extensions are installed in VSCode the "MORFE2.0-main" should be automatically activated
- otherwise activate the "MORFE2.0-main" environment to make sure the correct package versions are used during the computation. This can be done via VSCode's built in terminal by using the command "julia --project=."
- run 'launch_script.jl' with the play button in VSCode