We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa6f05b commit b0ca3a0Copy full SHA for b0ca3a0
src/dae_premade_problems.jl
@@ -9,4 +9,4 @@ end
9
u0 = [1.0, 0, 0]
10
du0 = [-0.04, 0.04, 0.0]
11
"DAE residual form for the Robertson model"
12
-prob_dae_resrob = DAEProblem(f,u0,du0)
+prob_dae_resrob = DAEProblem(f,u0,du0,(0.0,100000.0))
0 commit comments