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.
1 parent 8a3fa52 commit 94f05c2Copy full SHA for 94f05c2
test/initial_values.jl
@@ -1,5 +1,6 @@
1
using ModelingToolkit
2
using ModelingToolkit: t_nounits as t, D_nounits as D, get_u0
3
+using OrdinaryDiffEq
4
using SymbolicIndexingInterface: getu
5
6
@variables x(t)[1:3]=[1.0, 2.0, 3.0] y(t) z(t)[1:2]
0 commit comments