Skip to content

Commit 9bcc75e

Browse files
Merge pull request #121 from LilithHafner/patch-2
Link to the appropriate documentation for the limitations of de.jit
2 parents c57c574 + d6ea8ec commit 9bcc75e

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,12 @@ prob = de.ODEProblem(jul_f, u0, tspan)
167167
sol = de.solve(prob)
168168
```
169169

170-
#### Note that when using `de.jit`, certain undocumented restrictions apply!!
170+
#### Limitations
171+
172+
`de.jit`, uses ModelingToolkit.jl's `modelingtoolkitize` internally and some
173+
restrictions apply. Not all models can be jitted. See the
174+
[`modelingtoolkitize` documentation](https://docs.sciml.ai/ModelingToolkit/stable/tutorials/modelingtoolkitize/#What-is-modelingtoolkitize?)
175+
for more info.
171176

172177
### Systems of ODEs: Lorenz Equations
173178

0 commit comments

Comments
 (0)