File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -24,10 +24,10 @@ struct ObservableRecordFromSolution{S, T}
24
24
subs_vals:: T
25
25
26
26
function ObservableRecordFromSolution (nsys:: NonlinearSystem ,
27
- plot_var,
28
- bif_idx,
29
- u0_vals,
30
- p_vals) where {S, T}
27
+ plot_var,
28
+ bif_idx,
29
+ u0_vals,
30
+ p_vals) where {S, T}
31
31
obs_eqs = observed (nsys)
32
32
target_obs_idx = findfirst (isequal (plot_var, eq. lhs) for eq in observed (nsys))
33
33
state_end_idxs = length (states (nsys))
80
80
81
81
# When input is a NonlinearSystem.
82
82
function BifurcationKit. BifurcationProblem (nsys:: NonlinearSystem ,
83
- u0_bif,
84
- ps,
85
- bif_par,
86
- args... ;
87
- plot_var = nothing ,
88
- record_from_solution = BifurcationKit. record_sol_default,
89
- jac = true ,
90
- kwargs... )
83
+ u0_bif,
84
+ ps,
85
+ bif_par,
86
+ args... ;
87
+ plot_var = nothing ,
88
+ record_from_solution = BifurcationKit. record_sol_default,
89
+ jac = true ,
90
+ kwargs... )
91
91
# Creates F and J functions.
92
92
ofun = NonlinearFunction (nsys; jac = jac)
93
93
F = ofun. f
You can’t perform that action at this time.
0 commit comments