Skip to content

Commit cb50437

Browse files
ode_order_lowering -> structural_simplify
1 parent 9e065cc commit cb50437

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/src/examples/higher_order.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ and this syntax extends to `N`-th order. Also, we can use `*` or `∘` to compos
3131
`Differential`s, like `Differential(t) * Differential(x)`.
3232

3333
Now let's transform this into the `ODESystem` of first order components.
34-
We do this by simply calling `ode_order_lowering`:
34+
We do this by calling `structural_simplify`:
3535

3636
```@example orderlowering
37-
sys = ode_order_lowering(sys)
37+
sys = structural_simplify(sys)
3838
```
3939

4040
Now we can directly numerically solve the lowered system. Note that,

0 commit comments

Comments
 (0)