Skip to content

Commit

Permalink
Link to the appropriate documentation for the limitations of de.jit
Browse files Browse the repository at this point in the history
  • Loading branch information
LilithHafner authored Oct 13, 2023
1 parent c57c574 commit d6ea8ec
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,12 @@ prob = de.ODEProblem(jul_f, u0, tspan)
sol = de.solve(prob)
```

#### Note that when using `de.jit`, certain undocumented restrictions apply!!
#### Limitations

`de.jit`, uses ModelingToolkit.jl's `modelingtoolkitize` internally and some
restrictions apply. Not all models can be jitted. See the
[`modelingtoolkitize` documentation](https://docs.sciml.ai/ModelingToolkit/stable/tutorials/modelingtoolkitize/#What-is-modelingtoolkitize?)
for more info.

### Systems of ODEs: Lorenz Equations

Expand Down

0 comments on commit d6ea8ec

Please sign in to comment.