Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No way to set BifFunction's delta parameter #99

Closed
antoine-levitt opened this issue Apr 17, 2023 · 2 comments
Closed

No way to set BifFunction's delta parameter #99

antoine-levitt opened this issue Apr 17, 2023 · 2 comments

Comments

@antoine-levitt
Copy link
Contributor

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

@rveltz
Copy link
Member

rveltz commented Apr 17, 2023

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
Copy link
Member

rveltz commented Apr 18, 2023

this is solved on master

@rveltz rveltz closed this as completed Apr 18, 2023
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

No branches or pull requests

2 participants