Skip to content

Commit f1a7624

Browse files
author
modelica
committed
1 parent 364964a commit f1a7624

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

static/docs/main/index.html

Lines changed: 8 additions & 8 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 ff6aff0,</span>
591-
<span id="revdate">2024-11-07</span>
590+
<span id="revnumber">version aa3ab40,</span>
591+
<span id="revdate">2024-11-12</span>
592592
</div>
593593
<div id="toc" class="toc2">
594594
<div id="toctitle">Contents</div>
@@ -3661,7 +3661,7 @@ <h4 id="partial-derivatives"><a class="link" href="#partial-derivatives">2.2.12.
36613661
</div>
36623662
</div>
36633663
<div class="paragraph">
3664-
<p>where \(\mathbf{v}_{\mathit{known}}\) are the \(n\) knowns, and \(\mathbf{g}\) are the \(m\) functions to calculate the \(m\) unknown variables \(\mathbf{v}_{\mathit{unknwon}}\) from the knowns.</p>
3664+
<p>where \(\mathbf{v}_{\mathit{known}}\) are the \(n\) knowns, and \(\mathbf{g}\) are the \(m\) functions to calculate the \(m\) unknown variables \(\mathbf{v}_{\mathit{unknown}}\) from the knowns.</p>
36653665
</div>
36663666
<div class="paragraph">
36673667
<p>Both functions can also be used to construct the partial derivative matrices.
@@ -3770,7 +3770,7 @@ <h5 id="directionDerivatives"><a class="link" href="#directionDerivatives">2.2.1
37703770
<p>(b) <em>Initializes all seed-values to zero; so in the <a href="#example-directional-derivatives">above example</a>: \({\Delta x = \Delta u_1 = \Delta u_3 = \Delta u_4 = 0}\)</em></p>
37713771
</div>
37723772
<div class="paragraph">
3773-
<p>(c) <em>Computes the directional derivative with the seed-values provided in the function arguments; so in the <a href="#example-directional-derivatives">above example</a>: \({v_{\mathit{sensitivity}} = \Delta y_1 (\Delta x = 0, \Delta u_1 = 1, \Delta u_3 = 0, \Delta u_4 = 0)}\)] and \({v_{\mathit{sensitivity}} = \Delta y_1 (\Delta x = 0, \Delta u_1 = 0, \Delta u_3 = 1, \Delta u_4 = 0)}\)]</em></p>
3773+
<p>(c) <em>Computes the directional derivative with the seed-values provided in the function arguments; so in the <a href="#example-directional-derivatives">above example</a>: \({v_{\mathit{sensitivity}} = \Delta y_1 (\Delta x = 0, \Delta u_1 = 1, \Delta u_3 = 0, \Delta u_4 = 0)}\) and \({v_{\mathit{sensitivity}} = \Delta y_1 (\Delta x = 0, \Delta u_1 = 0, \Delta u_3 = 1, \Delta u_4 = 0)}\)]</em></p>
37743774
</div>
37753775
<div class="paragraph">
37763776
<p><em>[Note, function <a href="#fmi3GetDirectionalDerivative"><code>fmi3GetDirectionalDerivative</code></a> can be utilized for the following purposes:</em></p>
@@ -3787,7 +3787,7 @@ <h5 id="directionDerivatives"><a class="link" href="#directionDerivatives">2.2.1
37873787
<p><em>If the FMU shall be linearized, the same <a href="#derivative"><code>derivatives</code></a> as in the previous item are needed.</em></p>
37883788
</li>
37893789
<li>
3790-
<p><em>If the FMU is used as the model for an extended Kalman filter, \({\frac{\partial \mathbf{f}}{\partial \mathbf{x}}}\) and \({\frac{\partial \mathbf{g}}{\partial \mathbf{x}}}\) are needed.</em></p>
3790+
<p><em>If the FMU is used as the model for an extended Kalman filter, \({\frac{\partial \mathbf{f}}{\partial \mathbf{x}}}\) and \({\frac{\partial \mathbf{g}}{\partial \mathbf{x}}}\) are needed.</em>]</p>
37913791
</li>
37923792
</ul>
37933793
</div>
@@ -8510,7 +8510,7 @@ <h5 id="_library"><a class="link" href="#_library">2.4.10.6. Library</a></h5>
85108510
<td class="tableblock halign-left valign-top"><p class="tableblock"><code>version</code></p></td>
85118511
<td class="tableblock halign-left valign-top"><div class="content"><div class="paragraph">
85128512
<p>Version specifier of the library as defined in <a href="https://www.python.org/dev/peps/pep-0440/#version-specifiers">PEP 440</a>.
8513-
The characters <code>&gt;</code> (greater-than) and <code>&lt;</code> (less-than) must be escaped as <code>&gt;</code> and <code>&lt;</code>.
8513+
The characters <code>&gt;</code> (greater-than) and <code>&lt;</code> (less-than) must be escaped as <code>&amp;gt;</code> and <code>&amp;lt;</code>.
85148514
<em>[For example <code>2.5</code>, <code>&gt;=2.0,&lt;3.0</code> or <code>&gt;=1.0,!=1.2</code>]</em>.</p>
85158515
</div></div></td>
85168516
</tr>
@@ -8776,7 +8776,7 @@ <h6 id="platform-tuple-definition"><a class="link" href="#platform-tuple-definit
87768776
</div>
87778777
<div class="paragraph">
87788778
<p>When shipping the implementation as a static library an optional ABI (Application Binary Interface) directory <code>&lt;arch&gt;-&lt;sys&gt;{-&lt;abi&gt;}</code> may be added to separate binaries for different toolchains on the same platform and a description must be provided in <code>documentation/staticLinking.{txt|html}</code> that contains all necessary information to link against the provided library <em>[e.g. supported compilers]</em>.
8779-
The ABI directory must only contain lowercase characters <code>a&#8230;&#8203;z</code>, digits <code>0&#8230;&#8203;9</code>, and underscores <code><em></code> and start with a lowercase character <code>a&#8230;&#8203;z</code> _[e.g. <code>x86_64-windows-msvc140mt</code> for a static library for 64-bit Windows generated with Visual Studio 2015 with <code>/MT</code> flag]</em>.</p>
8779+
The ABI directory must only contain lowercase characters <code>a&#8230;&#8203;z</code>, digits <code>0&#8230;&#8203;9</code>, and underscores <code>_</code> and start with a lowercase character <code>a&#8230;&#8203;z</code> <em>[e.g. <code>x86_64-windows-msvc140mt</code> for a static library for 64-bit Windows generated with Visual Studio 2015 with <code>/MT</code> flag]</em>.</p>
87808780
</div>
87818781
</div>
87828782
<div class="sect5">
@@ -11255,7 +11255,7 @@ <h5 id="xml-example-co-simulation"><a class="link" href="#xml-example-co-simulat
1125511255
<div id="xml-example-fmimodeldescription-cosimulation" class="listingblock">
1125611256
<div class="title">Example <code>&lt;fmiModelDescription&gt;</code></div>
1125711257
<div class="content">
11258-
<pre class="highlightjs highlight"><code class="language-xml hljs" data-lang="xml">&lt;?xml version="1.0" encoding="utf-8"?&gt;
11258+
<pre class="highlightjs highlight"><code class="language-xml hljs" data-lang="xml">&lt;?xml version="1.0" encoding="UTF-8"?&gt;
1125911259
&lt;fmiModelDescription
1126011260
fmiVersion="3.0"
1126111261
modelName="MyLibrary.SpringMassDamper_Early_Return_example"

0 commit comments

Comments
 (0)