Skip to content
Merged
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
1 change: 1 addition & 0 deletions docs/2_4_common_schema.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -1718,6 +1718,7 @@ Optional attribute defining the algebraic dependencies as list of value referenc
For a real valued unknown and a real valued known, if the known is not listed among the dependencies then the partial derivative of the unknown with respect to that known is identically zero.
If dependencies is not present, it must be assumed that the unknown depends on all knowns.
If dependencies is present as empty list, the unknown depends on none of the knowns.
_[The importer should not rely on self-dependencies to be explicitly listed, e.g., <<Output>>s that are continuous state(s) have an implicit self-dependency.]_
Otherwise the unknown depends on the knowns defined by the given value references. +
_[This means that all dependencies must be listed, also the dependencies of clocked variables on their clocks.]_ +
Knowns latexmath:[{\mathbf{v}_{\mathit{known}}}] in <<EventMode>> and <<ContinuousTimeMode>> (ME) and at communication points (CS and SE) for <<Output>> and <<ContinuousStateDerivative>> elements are: +
Expand Down