rm WeaveSupport
This commit is contained in:
@@ -12,19 +12,6 @@ using Plots
|
||||
using ModelingToolkit
|
||||
```
|
||||
|
||||
```{julia}
|
||||
#| echo: false
|
||||
#| results: "hidden"
|
||||
using CalculusWithJulia.WeaveSupport
|
||||
|
||||
const frontmatter = (
|
||||
title = "The `DifferentialEquations` suite",
|
||||
description = "Calculus with Julia: The `DifferentialEquations` suite",
|
||||
tags = ["CalculusWithJulia", "odes", "the `differentialequations` suite"],
|
||||
);
|
||||
fig_size = (800, 600)
|
||||
nothing
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
@@ -428,5 +415,3 @@ plot(t -> sol(t)[3], t -> sol(t)[4], TSPAN..., legend=false)
|
||||
```
|
||||
|
||||
The toolkit will automatically generate fast functions and can perform transformations (such as is done by `ode_order_lowering`) before passing along to the numeric solves.
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user