Return the state of the internal storage - odin uses this for debugging and testing.
Return information about how variables are packed into the state vector
Compute initial conditions
Step to compute initial conditions at
Length of the state variables for this model
The workhorse function, defining how the state is transformed
at step step
from y
to yNext
The step number
The initial state
The state at the end of the step, will be updated in-place
The random state, used for any stochastic updates
Generated using TypeDoc
The interface that dust models conform to