Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions src/RecursiveArrayTools.jl
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,9 @@ additional properties:
An AbstractDiffEqArray adds the following fields:

* `t` which holds the times of each timestep.
* `discretes` (optional) which contains a
`SymbolicIndexingInterface.ParameterTimeseriesCollection` to allow storing and indexing
discrete variables. Indexing behavior is handled via `SymbolicIndexingInterface.getu`.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There should be a mention of symbolic indexing for DiffEqArray in a # Symbolic Array Interface section? And any other requirements you implicitly have put on DiffEqArray to make that work should get mentioned.

"""
abstract type AbstractDiffEqArray{T, N, A} <: AbstractVectorOfArray{T, N, A} end

Expand Down