Skip to content

Commit 2d66cb1

Browse files
author
modelica
committed
1 parent 3c80199 commit 2d66cb1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

static/docs/main/index.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -587,8 +587,8 @@
587587
<div id="header">
588588
<h1>Functional Mock-up Interface Specification</h1>
589589
<div class="details">
590-
<span id="revnumber">version c2df9c5,</span>
591-
<span id="revdate">2025-07-16</span>
590+
<span id="revnumber">version 4b21e57,</span>
591+
<span id="revdate">2025-10-07</span>
592592
</div>
593593
<div id="toc" class="toc2">
594594
<div id="toctitle">Contents</div>
@@ -7402,6 +7402,7 @@ <h4 id="ModelStructure"><a class="link" href="#ModelStructure">2.4.8. Model Stru
74027402
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.
74037403
If dependencies is not present, it must be assumed that the unknown depends on all knowns.
74047404
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>&lt;Output&gt;</code></a>s that are continuous state(s) have an implicit self-dependency.]</em>
74057406
Otherwise the unknown depends on the knowns defined by the given value references.<br>
74067407
<em>[This means that all dependencies must be listed, also the dependencies of clocked variables on their clocks.]</em><br>
74077408
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>&lt;Output&gt;</code></a> and <a href="#ContinuousStateDerivative"><code>&lt;ContinuousStateDerivative&gt;</code></a> elements are:<br></p>

0 commit comments

Comments
 (0)