Skip to content

Commit 106d835

Browse files
Update ode_simple_nonlinear_prob.jl
1 parent 20b9601 commit 106d835

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/ODEProblemLibrary/src/ode_simple_nonlinear_prob.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ with ``μ=10^6`` and ``u_0=[\\sqrt{3}, 0]`` (where ``u[1] = x``, ``u[2] = y``)
9999
100100
Stiff parameters.
101101
"""
102-
prob_ode_vanderpol_stiff = ODEProblem(vanderpol, [sqrt(3), 0.0], (0.0, 1.0), [1e6])
102+
prob_ode_vanderpol_stiff = ODEProblem(ODEFunction(vanderpol, jac=vanderpol_jac), [sqrt(3), 0.0], (0.0, 1.0), [1e6])
103103

104104
## ROBER
105105

0 commit comments

Comments
 (0)