Skip to content

Commit 4b21e57

Browse files
Added clarification on self-dependencies in model structure (#2058)
1 parent c2df9c5 commit 4b21e57

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/2_4_common_schema.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1718,6 +1718,7 @@ Optional attribute defining the algebraic dependencies as list of value referenc
17181718
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.
17191719
If dependencies is not present, it must be assumed that the unknown depends on all knowns.
17201720
If dependencies is present as empty list, the unknown depends on none of the knowns.
1721+
_[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.]_
17211722
Otherwise the unknown depends on the knowns defined by the given value references. +
17221723
_[This means that all dependencies must be listed, also the dependencies of clocked variables on their clocks.]_ +
17231724
Knowns latexmath:[{\mathbf{v}_{\mathit{known}}}] in <<EventMode>> and <<ContinuousTimeMode>> (ME) and at communication points (CS and SE) for <<Output>> and <<ContinuousStateDerivative>> elements are: +

0 commit comments

Comments
 (0)