bifurcationkit / BifurcationKit.jl

A Julia package to perform Bifurcation Analysis
https://bifurcationkit.github.io/BifurcationKitDocs.jl/stable
Other
303 stars 37 forks source link

No way to set BifFunction's delta parameter #99

Closed antoine-levitt closed 1 year ago

antoine-levitt commented 1 year ago

If I understand correctly it's hardcoded to 1e-8? Could it be a kwarg to BifurcationProblem?

rveltz commented 1 year ago

Indeed, this is a bug. Note that it is used for normal form and codim2 continuation, not for PALC as the doc string wrongly suggests. See https://github.com/bifurcationkit/BifurcationKit.jl/blob/master/src/continuation/Palc.jl#L407

If you want to change delta in PALC, change your ContinuationPar

rveltz commented 1 year ago

this is solved on master