You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -7402,6 +7402,7 @@ <h4 id="ModelStructure"><a class="link" href="#ModelStructure">2.4.8. Model Stru
7402
7402
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.
7403
7403
If dependencies is not present, it must be assumed that the unknown depends on all knowns.
7404
7404
If dependencies is present as empty list, the unknown depends on none of the knowns.
7405
+
<em>[The importer should not rely on self-dependencies to be explicitly listed, e.g., <a href="#Output"><code><Output></code></a>s that are continuous state(s) have an implicit self-dependency.]</em>
7405
7406
Otherwise the unknown depends on the knowns defined by the given value references.<br>
7406
7407
<em>[This means that all dependencies must be listed, also the dependencies of clocked variables on their clocks.]</em><br>
7407
7408
Knowns \({\mathbf{v}_{\mathit{known}}}\) in <a href="#EventMode"><strong>Event Mode</strong></a> and <a href="#ContinuousTimeMode"><strong>Continuous-Time Mode</strong></a> (ME) and at communication points (CS and SE) for <a href="#Output"><code><Output></code></a> and <a href="#ContinuousStateDerivative"><code><ContinuousStateDerivative></code></a> elements are:<br></p>
0 commit comments