Return the state of the internal storage - odin uses this for debugging and testing.
Optional
outputCompute additional quantities that are derived from the
variables. Unlike rhs, this returns a vector rather
than writing in place. Not all models include an output
method - these models have no output.
The time to compute output at
The value of the variables
The interpolated solution, which is used to compute delayed versions of variables
Compute the derivatives
The time to compute initial conditions at
The value of the variables
An array that will be written into, will hold
derivatives on exit. Must be the same length as y
The interpolated solution, which is used to compute delayed versions of variables
Set parameters into an existing model.
New parameters for the model. Values are are omitted here but present in the model will be unchanged.
String, describing the action to take
if there are unknown values in pars
- possible values are
"error", "ignore", "warning" and "message"
Generated using TypeDoc
The interface that odin delay differential equation (DDE) models will match, though they will be generated in plain JavaScript and not TypeScript.