Skip to content

Commit

Permalink
build based on 744a066
Browse files Browse the repository at this point in the history
  • Loading branch information
Documenter.jl committed Dec 12, 2024
1 parent 2f7d5b7 commit 7106b19
Show file tree
Hide file tree
Showing 49 changed files with 538 additions and 538 deletions.
2 changes: 1 addition & 1 deletion dev/.documenter-siteinfo.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"documenter":{"julia_version":"1.11.2","generation_timestamp":"2024-12-09T14:13:20","documenter_version":"1.8.0"}}
{"documenter":{"julia_version":"1.11.2","generation_timestamp":"2024-12-12T14:23:27","documenter_version":"1.8.0"}}
2 changes: 1 addition & 1 deletion dev/contents/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dev/deprecated/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dev/examples/inputs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@

# simulate while setting inputs
data_extForce_cxt = simulate(fmu, (tStart, tStop); saveat=tSave, inputValueReferences=["extForce"], inputFunction=extForce_cxt, dtmax=1e-2, showProgress=false)
plot(data_extForce_cxt)</code></pre><p><img src="../inputs_files/inputs_10_0.svg" alt="svg"/></p><h3 id="Unload-FMU"><a class="docs-heading-anchor" href="#Unload-FMU">Unload FMU</a><a id="Unload-FMU-1"></a><a class="docs-heading-anchor-permalink" href="#Unload-FMU" title="Permalink"></a></h3><p>After plotting the data, the FMU is unloaded and all unpacked data on disc is removed.</p><pre><code class="language-julia hljs">unloadFMU(fmu)</code></pre></article><nav class="docs-footer"><a class="docs-footer-prevpage" href="../parameterize/">« Parameterize</a><a class="docs-footer-nextpage" href="../multiple_instances/">Multiple instances »</a><div class="flexbox-break"></div><p class="footer-message">Powered by <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> and the <a href="https://julialang.org/">Julia Programming Language</a>.</p></nav></div><div class="modal" id="documenter-settings"><div class="modal-background"></div><div class="modal-card"><header class="modal-card-head"><p class="modal-card-title">Settings</p><button class="delete"></button></header><section class="modal-card-body"><p><label class="label">Theme</label><div class="select"><select id="documenter-themepicker"><option value="auto">Automatic (OS)</option><option value="documenter-light">documenter-light</option><option value="documenter-dark">documenter-dark</option><option value="catppuccin-latte">catppuccin-latte</option><option value="catppuccin-frappe">catppuccin-frappe</option><option value="catppuccin-macchiato">catppuccin-macchiato</option><option value="catppuccin-mocha">catppuccin-mocha</option></select></div></p><hr/><p>This document was generated with <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> version 1.8.0 on <span class="colophon-date" title="Monday 9 December 2024 14:13">Monday 9 December 2024</span>. Using Julia version 1.11.2.</p></section><footer class="modal-card-foot"></footer></div></div></div></body></html>
plot(data_extForce_cxt)</code></pre><p><img src="../inputs_files/inputs_10_0.svg" alt="svg"/></p><h3 id="Unload-FMU"><a class="docs-heading-anchor" href="#Unload-FMU">Unload FMU</a><a id="Unload-FMU-1"></a><a class="docs-heading-anchor-permalink" href="#Unload-FMU" title="Permalink"></a></h3><p>After plotting the data, the FMU is unloaded and all unpacked data on disc is removed.</p><pre><code class="language-julia hljs">unloadFMU(fmu)</code></pre></article><nav class="docs-footer"><a class="docs-footer-prevpage" href="../parameterize/">« Parameterize</a><a class="docs-footer-nextpage" href="../multiple_instances/">Multiple instances »</a><div class="flexbox-break"></div><p class="footer-message">Powered by <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> and the <a href="https://julialang.org/">Julia Programming Language</a>.</p></nav></div><div class="modal" id="documenter-settings"><div class="modal-background"></div><div class="modal-card"><header class="modal-card-head"><p class="modal-card-title">Settings</p><button class="delete"></button></header><section class="modal-card-body"><p><label class="label">Theme</label><div class="select"><select id="documenter-themepicker"><option value="auto">Automatic (OS)</option><option value="documenter-light">documenter-light</option><option value="documenter-dark">documenter-dark</option><option value="catppuccin-latte">catppuccin-latte</option><option value="catppuccin-frappe">catppuccin-frappe</option><option value="catppuccin-macchiato">catppuccin-macchiato</option><option value="catppuccin-mocha">catppuccin-mocha</option></select></div></p><hr/><p>This document was generated with <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> version 1.8.0 on <span class="colophon-date" title="Thursday 12 December 2024 14:23">Thursday 12 December 2024</span>. Using Julia version 1.11.2.</p></section><footer class="modal-card-foot"></footer></div></div></div></body></html>
68 changes: 34 additions & 34 deletions dev/examples/inputs_files/inputs_10_0.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
68 changes: 34 additions & 34 deletions dev/examples/inputs_files/inputs_9_0.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions dev/examples/manipulation/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -98,5 +98,5 @@
# return the original status
return status
end</code></pre><pre><code class="nohighlight hljs">myGetReal! (generic function with 1 method)</code></pre><p>In the next command the original function is overwritten with the new defined function, for which the command <code>fmiSetFctGetReal()</code> is called.</p><pre><code class="language-julia hljs"># no we overwrite the original function
fmi2SetFctGetReal(fmu, myGetReal!)</code></pre><pre><code class="nohighlight hljs">Ptr{Nothing} @0x0000014227ad0fc0</code></pre><h3 id="Simulate-and-Plot-FMU-with-modified-function"><a class="docs-heading-anchor" href="#Simulate-and-Plot-FMU-with-modified-function">Simulate and Plot FMU with modified function</a><a id="Simulate-and-Plot-FMU-with-modified-function-1"></a><a class="docs-heading-anchor-permalink" href="#Simulate-and-Plot-FMU-with-modified-function" title="Permalink"></a></h3><p>As before, the identical command is called here for simulation. This is also a model exchange simulation. Immediately afterwards, the results are added to the previous graph as a dashed line.</p><pre><code class="language-julia hljs">simData = simulate(fmu, (tStart, tStop); recordValues=vrs)
plot!(fig, simData; states=false, style=:dash)</code></pre><p><img src="../manipulation_files/manipulation_20_0.svg" alt="svg"/></p><p>As expected by overwriting the function, all values are doubled.</p><h3 id="Unload-FMU"><a class="docs-heading-anchor" href="#Unload-FMU">Unload FMU</a><a id="Unload-FMU-1"></a><a class="docs-heading-anchor-permalink" href="#Unload-FMU" title="Permalink"></a></h3><p>After plotting the data, the FMU is unloaded and all unpacked data on disc is removed.</p><pre><code class="language-julia hljs">unloadFMU(fmu)</code></pre><h3 id="Summary"><a class="docs-heading-anchor" href="#Summary">Summary</a><a id="Summary-1"></a><a class="docs-heading-anchor-permalink" href="#Summary" title="Permalink"></a></h3><p>In this tutorial it is shown how an existing function of the library can be replaced by an own implementation.</p></article><nav class="docs-footer"><a class="docs-footer-prevpage" href="../modelica_conference_2021/">« Modelica conference 2021</a><a class="docs-footer-nextpage" href="../multithreading/">Multithreading »</a><div class="flexbox-break"></div><p class="footer-message">Powered by <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> and the <a href="https://julialang.org/">Julia Programming Language</a>.</p></nav></div><div class="modal" id="documenter-settings"><div class="modal-background"></div><div class="modal-card"><header class="modal-card-head"><p class="modal-card-title">Settings</p><button class="delete"></button></header><section class="modal-card-body"><p><label class="label">Theme</label><div class="select"><select id="documenter-themepicker"><option value="auto">Automatic (OS)</option><option value="documenter-light">documenter-light</option><option value="documenter-dark">documenter-dark</option><option value="catppuccin-latte">catppuccin-latte</option><option value="catppuccin-frappe">catppuccin-frappe</option><option value="catppuccin-macchiato">catppuccin-macchiato</option><option value="catppuccin-mocha">catppuccin-mocha</option></select></div></p><hr/><p>This document was generated with <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> version 1.8.0 on <span class="colophon-date" title="Monday 9 December 2024 14:13">Monday 9 December 2024</span>. Using Julia version 1.11.2.</p></section><footer class="modal-card-foot"></footer></div></div></div></body></html>
fmi2SetFctGetReal(fmu, myGetReal!)</code></pre><pre><code class="nohighlight hljs">Ptr{Nothing} @0x000001fd40d60fc0</code></pre><h3 id="Simulate-and-Plot-FMU-with-modified-function"><a class="docs-heading-anchor" href="#Simulate-and-Plot-FMU-with-modified-function">Simulate and Plot FMU with modified function</a><a id="Simulate-and-Plot-FMU-with-modified-function-1"></a><a class="docs-heading-anchor-permalink" href="#Simulate-and-Plot-FMU-with-modified-function" title="Permalink"></a></h3><p>As before, the identical command is called here for simulation. This is also a model exchange simulation. Immediately afterwards, the results are added to the previous graph as a dashed line.</p><pre><code class="language-julia hljs">simData = simulate(fmu, (tStart, tStop); recordValues=vrs)
plot!(fig, simData; states=false, style=:dash)</code></pre><p><img src="../manipulation_files/manipulation_20_0.svg" alt="svg"/></p><p>As expected by overwriting the function, all values are doubled.</p><h3 id="Unload-FMU"><a class="docs-heading-anchor" href="#Unload-FMU">Unload FMU</a><a id="Unload-FMU-1"></a><a class="docs-heading-anchor-permalink" href="#Unload-FMU" title="Permalink"></a></h3><p>After plotting the data, the FMU is unloaded and all unpacked data on disc is removed.</p><pre><code class="language-julia hljs">unloadFMU(fmu)</code></pre><h3 id="Summary"><a class="docs-heading-anchor" href="#Summary">Summary</a><a id="Summary-1"></a><a class="docs-heading-anchor-permalink" href="#Summary" title="Permalink"></a></h3><p>In this tutorial it is shown how an existing function of the library can be replaced by an own implementation.</p></article><nav class="docs-footer"><a class="docs-footer-prevpage" href="../modelica_conference_2021/">« Modelica conference 2021</a><a class="docs-footer-nextpage" href="../multithreading/">Multithreading »</a><div class="flexbox-break"></div><p class="footer-message">Powered by <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> and the <a href="https://julialang.org/">Julia Programming Language</a>.</p></nav></div><div class="modal" id="documenter-settings"><div class="modal-background"></div><div class="modal-card"><header class="modal-card-head"><p class="modal-card-title">Settings</p><button class="delete"></button></header><section class="modal-card-body"><p><label class="label">Theme</label><div class="select"><select id="documenter-themepicker"><option value="auto">Automatic (OS)</option><option value="documenter-light">documenter-light</option><option value="documenter-dark">documenter-dark</option><option value="catppuccin-latte">catppuccin-latte</option><option value="catppuccin-frappe">catppuccin-frappe</option><option value="catppuccin-macchiato">catppuccin-macchiato</option><option value="catppuccin-mocha">catppuccin-mocha</option></select></div></p><hr/><p>This document was generated with <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> version 1.8.0 on <span class="colophon-date" title="Thursday 12 December 2024 14:23">Thursday 12 December 2024</span>. Using Julia version 1.11.2.</p></section><footer class="modal-card-foot"></footer></div></div></div></body></html>
Loading

0 comments on commit 7106b19

Please sign in to comment.