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 08354b4 commit dd9cc0dCopy full SHA for dd9cc0d
test/dde.jl
@@ -98,7 +98,7 @@ prob_sa = SDDEProblem(
98
99
function oscillator(; name, k = 1.0, τ = 0.01)
100
@parameters k=k τ=τ
101
- @variables x(..)=0.1 y(t)=0.1 jcn(t)=0.0 delx(t)
+ @variables x(..)=0.1 y(t)=0.1 jcn(t) delx(t)
102
eqs = [D(x(t)) ~ y,
103
D(y) ~ -k * x(t - τ) + jcn,
104
delx ~ x(t - τ)]
0 commit comments