File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ vectorized = "vectorized"
2222
2323# Common variable patterns in Julia/SciML
2424ists = " ists"
25- ispcs = " ispcs"
25+ ispcs = " ispcs"
2626osys = " osys"
2727rsys = " rsys"
2828usys = " usys"
@@ -71,3 +71,9 @@ MTK = "MTK"
7171ODE = " ODE"
7272PDE = " PDE"
7373SDE = " SDE"
74+
75+ # StochasticDelayDiffEq specific terms
76+ extrapolant = " extrapolant" # Mathematical term (extrapolant function)
77+ padd = " padd" # Parameter additive (variable name)
78+ currate = " currate" # Current rate (variable name)
79+ typ = " typ" # Abbreviated type (variable name)
Original file line number Diff line number Diff line change @@ -135,7 +135,7 @@ function DiffEqBase.auto_dt_reset!(integrator::SDDEIntegrator)
135135 nothing
136136end
137137
138- DiffEqBase. has_reinit (integrator:: SDDEIntegrator ) = false # TODO true - syncronize with DDE!
138+ DiffEqBase. has_reinit (integrator:: SDDEIntegrator ) = false # TODO true - synchronize with DDE!
139139function DiffEqBase. reinit! (integrator:: SDDEIntegrator , u0 = integrator. sol. prob. u0;
140140 t0 = integrator. sol. prob. tspan[1 ],
141141 tf = integrator. sol. prob. tspan[2 ],
You can’t perform that action at this time.
0 commit comments