Skip to content

Commit b0ca3a0

Browse files
add DAE problem
1 parent fa6f05b commit b0ca3a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dae_premade_problems.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ end
99
u0 = [1.0, 0, 0]
1010
du0 = [-0.04, 0.04, 0.0]
1111
"DAE residual form for the Robertson model"
12-
prob_dae_resrob = DAEProblem(f,u0,du0)
12+
prob_dae_resrob = DAEProblem(f,u0,du0,(0.0,100000.0))

0 commit comments

Comments
 (0)