-
Notifications
You must be signed in to change notification settings - Fork 44
Closed
Milestone
Description
There are several requirements for the initialization of a spatialDistribution
that I feel are missing in the specification:
- That
initialPoints
cover the entire range from 0 to 1 (no need for tools to invent their own extrapolation mechanisms). - That
initialPoints
is strictly increasing instead of non-descending (making the initial state consistent with the rule that the buffer is never updated whenx = x0
during simulation). - That
initialPoints
andinitialValues
are parameter expressions (would be confusing if time-varying expressions could be passed if only values at initialization are used).
Based on how spatialDistribution
has been implemented in tools, could we expect that libraries are already complying with these requirements?
Metadata
Metadata
Assignees
Labels
No labels