Skip to content

add AttractorsProblem as bridge with Attractors.jl #40

Description

@oameye

We now have HomotopyContinuationProblem <: SteadyStateProblem which together with HomotopyContinuationMethod <: SteadyStateMethod can solve for fixed points in our dynamical system (in a rotating frame) using HomotopContinuation.jl. However, a dynamical system can have more than fixed point attractors, e.g., limit cycles, periodic orbits, strange attractors.

We would like to have AttractorsProblem <: SteadyStateProblem which would define a SteadyStateProblem which together with AttractorsMethod would find the steady states using Attractors.jl.

The new method should dispatch on get_steady_states(::HarmonicEquation, ::AttractorsMethod, ...) and the solutions should be saved in the Result struct.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions