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
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 ordinary differential equation (ODE) models will match, though they will be generated in plain JavaScript and not TypeScript.