Skip to content

DiscreteBifProblem#292

Open
taliaborofsky wants to merge 1 commit intobifurcationkit:masterfrom
taliaborofsky:feature/DiscreteBifProb
Open

DiscreteBifProblem#292
taliaborofsky wants to merge 1 commit intobifurcationkit:masterfrom
taliaborofsky:feature/DiscreteBifProb

Conversation

@taliaborofsky
Copy link

I added "abstract type Abstract DiscreteBifProblem <: AbstractBifurcationProblem end" in Problems.jl. I'm proposing making a separate type of BifurcationProblem for discrete systems

# This is the abstract type for Minimally Augmented problems. See codimension two continuation.
abstract type AbstractMABifurcationProblem{T} <: AbstractBifurcationProblem end
################################################################################
abstract type Abstract DiscreteBifProblem <: AbstractBifurcationProblem end # discrete time systems
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should match naming conventions AbstractDiscreteBifurcationProblem

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you. It will take some time for me to figure out how to incorporate this because I have not coded structures in julia.

@rveltz
Copy link
Member

rveltz commented Feb 3, 2026

You basically need to redefine residual(:: DiscreteBifProblem ,x,p). The user should pass F but he means to compute fixed points x-F(x,p) = 0.

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants