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.
2 parents 0bcdee8 + 3d83c4c commit 379161fCopy full SHA for 379161f
docs/src/tutorials/ode_modeling.md
@@ -243,9 +243,8 @@ f_fun(t) = t >= 10 ? value_vector[end] : value_vector[Int(floor(t)) + 1]
243
end
244
245
246
-@named fol_external_f = FOLExternalFunction()
247
-fol_external_f = complete(fol_external_f)
248
-prob = ODEProblem(structural_simplify(fol_external_f),
+@mtkbuild fol_external_f = FOLExternalFunction()
+prob = ODEProblem(fol_external_f,
249
[fol_external_f.x => 0.0],
250
(0.0, 10.0),
251
[fol_external_f.τ => 0.75])
0 commit comments