Skip to content

Commit b7cda10

Browse files
docs: add docstring for discretes support in AbstractDiffEqArray
1 parent ea0e4f0 commit b7cda10

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/RecursiveArrayTools.jl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,9 @@ additional properties:
126126
An AbstractDiffEqArray adds the following fields:
127127
128128
* `t` which holds the times of each timestep.
129+
* `discretes` (optional) which contains a
130+
`SymbolicIndexingInterface.ParameterTimeseriesCollection` to allow storing and indexing
131+
discrete variables. Indexing behavior is handled via `SymbolicIndexingInterface.getu`.
129132
"""
130133
abstract type AbstractDiffEqArray{T, N, A} <: AbstractVectorOfArray{T, N, A} end
131134

0 commit comments

Comments
 (0)