Skip to content

Commit a2be307

Browse files
author
Documenter.jl
committed
build based on 3efd16e
1 parent 83da790 commit a2be307

10 files changed

Lines changed: 1855 additions & 1139 deletions

julia-docs/dev/docstrings.html

Lines changed: 171 additions & 164 deletions
Large diffs are not rendered by default.

julia-docs/dev/docstrings/medyan.add_diffusing_species--2b8ef74f13e77b3a.html

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

julia-docs/dev/docstrings/medyan.add_diffusion_coeff--a77d1ef833cfdedd.html

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -208,8 +208,22 @@ <h2 class="anchored" data-anchor-id="tuple-medyan.sysdef--symbol--float64--93645
208208
<i class="callout-icon no-icon"></i>
209209
</div>
210210
<div class="callout-body-container">
211-
<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_diffusion_coeff!</span>(s<span class="op">::</span><span class="dt">SysDef</span>, diffusing_name<span class="op">::</span><span class="dt">Symbol</span>, diffusing_coeff<span class="op">::</span><span class="dt">Float64</span>)</span></code></pre></div><button title="Copy to Clipboard" class="code-copy-button"><i class="bi"></i></button></div>
212-
<p>Add the diffusing species to the system with diffusion coefficent in units of (nm²/s). Return s.</p>
211+
<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_diffusion_coeff!</span>(s<span class="op">::</span><span class="dt">SysDef</span>, name<span class="op">::</span><span class="dt">Symbol</span>, coeff<span class="op">::</span><span class="dt">Float64</span>)</span></code></pre></div><button title="Copy to Clipboard" class="code-copy-button"><i class="bi"></i></button></div>
212+
<p>Update the diffusion coefficient for an existing diffusing species.</p>
213+
<p>The species must already exist in <code>s.diffusing</code> (typically added via <a href="../docstrings/medyan.add_diffusing_species--2b8ef74f13e77b3a.html"><code>add_diffusing_species!</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>name::Symbol</code>: The name of the existing diffusing species.</li>
219+
<li><code>coeff::Float64</code>: The diffusion coefficient in units of nm²/s.</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_diffusing_species--2b8ef74f13e77b3a.html"><code>add_diffusing_species!</code></a> to add a new species with its diffusion coefficient in one step.</p>
226+
</section>
213227
</div>
214228
</div>
215229
</div>

julia-docs/dev/docstrings/src/sys_def.html

Lines changed: 164 additions & 117 deletions
Large diffs are not rendered by default.

julia-docs/dev/listings.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
"/docstrings/medyan.adapt_membranes--1d26092defd0f4fa.html",
2929
"/docstrings/medyan.add_decimated_2mon_site--ad56e7ee56067940.html",
3030
"/docstrings/medyan.add_diffusing_count--78fc5fd22c94a7fa.html",
31+
"/docstrings/medyan.add_diffusing_species--2b8ef74f13e77b3a.html",
3132
"/docstrings/medyan.add_diffusion_coeff--a77d1ef833cfdedd.html",
3233
"/docstrings/medyan.add_filament_params--74c7d0081157ca31.html",
3334
"/docstrings/medyan.add_link_type--50ddf30e150f7d7a.html",

julia-docs/dev/search.json

Lines changed: 532 additions & 511 deletions
Large diffs are not rendered by default.

julia-docs/dev/sitemap.xml

Lines changed: 214 additions & 210 deletions
Large diffs are not rendered by default.

julia-docs/dev/tutorials/1install.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ <h2 class="anchored" data-anchor-id="install-julia">Install julia</h2>
259259
GC: Built with stock GC
260260
Threads: 1 default, 1 interactive, 1 GC (on 16 virtual cores)
261261
Environment:
262-
LD_LIBRARY_PATH = /home/gh-actions1/actions-runner1/_work/_tool/julia/1.12.4/x64/bin/../lib/julia:/home/gh-actions1/actions-runner1/_work/_tool/julia/1.12.4/x64/bin/../lib
262+
LD_LIBRARY_PATH = /home/gh-actions1/actions-runner3/_work/_tool/julia/1.12.4/x64/bin/../lib/julia:/home/gh-actions1/actions-runner3/_work/_tool/julia/1.12.4/x64/bin/../lib
263263
JULIA_PROJECT = @.
264264
JULIA_LOAD_PATH = @:@stdlib</code></pre>
265265
</div>

julia-docs/dev/tutorials/2rdme.html

Lines changed: 89 additions & 112 deletions
Large diffs are not rendered by default.

julia-docs/dev/tutorials/3treadmill.html

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

0 commit comments

Comments
 (0)