Skip to content

Commit 8ad3e54

Browse files
TorkelEisaacsas
andcommitted
Update docs/src/catalyst_applications/bifurcation_diagrams.md
Co-authored-by: Sam Isaacson <[email protected]>
1 parent a2584f3 commit 8ad3e54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/catalyst_applications/bifurcation_diagrams.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ plot(bif_dia; xguide="k1", yguide="X")
5656
Here, the steady state concentration of *X* is shown as a function of *k1*'s value. Stable steady states are shown with thick lines, unstable ones with thin lines. The two fold bifurcation points are marked with "bp".
5757

5858
## Additional `ContinuationPar` options
59-
Most of the options required by the `bifurcationdiagram` function is not provided directly, but instead provided through the `ContinuationPar` structure. For full details, please read the [BifurcationKit documentation](https://bifurcationkit.github.io/BifurcationKitDocs.jl/dev/library/#BifurcationKit.ContinuationPar). However, a few common options, and how they affect the continuation computation, are described here:
59+
Most of the options required by the `bifurcationdiagram` function are provided through the `ContinuationPar` structure. For full details, please read the [BifurcationKit documentation](https://bifurcationkit.github.io/BifurcationKitDocs.jl/dev/library/#BifurcationKit.ContinuationPar). However, a few common options, and how they affect the continuation computation, are described here:
6060
- `p_min` and `p_max`: Sets the interval over which the bifurcation diagram is computed (with the continuation stopping if it reaches these bounds).
6161
- `dsmin` and `dsmax`: The minimum and maximum length of the continuation steps (in the bifurcation parameter's value).
6262
- `max_steps`: The maximum number of continuation steps. If a bifurcation diagram looks incomplete, try increasing this value.

0 commit comments

Comments
 (0)