Skip to content

Commit 65892bb

Browse files
author
Documenter.jl
committed
build based on 8d4de73
1 parent a2be307 commit 65892bb

13 files changed

Lines changed: 3627 additions & 1660 deletions

julia-docs/dev/docstrings.html

Lines changed: 186 additions & 165 deletions
Large diffs are not rendered by default.

julia-docs/dev/docstrings/medyan.add_fila_type--006e34b8bafba683.html

Lines changed: 647 additions & 0 deletions
Large diffs are not rendered by default.

julia-docs/dev/docstrings/medyan.add_filament_params--74c7d0081157ca31.html

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -209,8 +209,21 @@ <h2 class="anchored" data-anchor-id="tuple-medyan.sysdef--symbol--any--444c61f2a
209209
</div>
210210
<div class="callout-body-container">
211211
<div class="code-copy-outer-scaffold"><div class="sourceCode" id="cb1"><pre class="sourceCode julia code-with-copy"><code class="sourceCode julia"><span id="cb1-1"><a href="#cb1-1" aria-hidden="true" tabindex="-1"></a><span class="fu">add_filament_params!</span>(s<span class="op">::</span><span class="dt">SysDef</span>, filament_name<span class="op">::</span><span class="dt">Symbol</span>, filament_params<span class="op">::</span><span class="dt">FilamentMechParams</span>)</span></code></pre></div><button title="Copy to Clipboard" class="code-copy-button"><i class="bi"></i></button></div>
212-
<p>Add the filament parameters to the system. Return s.</p>
213-
<p>See <a href="../docstrings/medyan.filamentmechparams-003aa222b98c6481.qmd"><code>MEDYAN.FilamentMechParams</code></a></p>
212+
<p>Update the filament mechanical parameters for an existing filament type.</p>
213+
<p>The filament type must already exist in <code>s.filament</code> (typically added via <a href="../docstrings/medyan.add_fila_type--006e34b8bafba683.html"><code>add_fila_type!</code></a>.</p>
214+
<section id="arguments" class="level1">
215+
<h1>Arguments</h1>
216+
<ul>
217+
<li><code>s::SysDef</code>: The system definition to modify.</li>
218+
<li><code>filament_name::Symbol</code>: The name of the existing filament type.</li>
219+
<li><code>filament_params::FilamentMechParams</code>: The mechanical parameters to set.</li>
220+
</ul>
221+
</section>
222+
<section id="returns" class="level1">
223+
<h1>Returns</h1>
224+
<p>The modified <code>SysDef</code>.</p>
225+
<p>See also: <a href="../docstrings/medyan.add_fila_type--006e34b8bafba683.html"><code>add_fila_type!</code></a> to add a new filament type with its parameters in one step.</p>
226+
</section>
214227
</div>
215228
</div>
216229
</div>

0 commit comments

Comments
 (0)