Skip to content

Commit 66e583d

Browse files
switch root finder to ITP (#363)
it's faster and more robust. Co-authored-by: Oscar Smith <oscardssmith@gmail.com>
1 parent 105e66f commit 66e583d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/track.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ function discontinuity_time(integrator::DDEIntegrator, lag, T, (bottom_Θ, top_
163163
top_Θ,
164164
)
165165
),
166-
SimpleNonlinearSolve.Falsi()
166+
SimpleNonlinearSolve.ITP()
167167
).left
168168
end
169169

0 commit comments

Comments
 (0)