Skip to content

Commit 55d5811

Browse files
reduce Hires computations
1 parent ee19949 commit 55d5811

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ode/ode_simple_nonlinear_prob.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ f(y) = \\begin{pmatrix}
275275
276276
http://www.radford.edu/~thompson/vodef90web/problems/demosnodislin/Demos_Pitagora/DemoHires/demohires.pdf
277277
"""
278-
hires = @ode_def Hires begin
278+
hires = @ode_def_noinvjac Hires begin
279279
dy1 = -p1*y1 + p2*y2 + p3*y3 + p4
280280
dy2 = p1*y1 - p5*y2
281281
dy3 = -p6*y3 + p2*y4 + p7*y5

0 commit comments

Comments
 (0)