Skip to content

Commit 632c2dd

Browse files
author
Documenter.jl
committed
build based on 65bfae7
1 parent 65892bb commit 632c2dd

15 files changed

Lines changed: 3479 additions & 545 deletions

julia-docs/dev/docstrings.html

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

julia-docs/dev/docstrings/medyan.anchor-0dc7f056c6ce8b51.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,8 @@ <h1>Constructors</h1>
217217
<li><code>Anchor(pos::SVector{3, Float64})</code>: Creates an anchor at the given position with NaN directions and state 0</li>
218218
<li><code>Anchor(pos::SVector{3, Float64}, dirs::SVector{2, SVector{3, Float64}})</code>: Creates an anchor at the given position with specified directions and state 0</li>
219219
<li><code>Anchor(pos::SVector{3, Float64}, dirs::SVector{2, SVector{3, Float64}}, state::Int64)</code>: Full constructor with position, directions, and state</li>
220+
<li><code>Anchor(c::Context, pos, dirs, state)</code>: Construct from context with position, directions, and state</li>
221+
<li><code>Anchor(c::Context, pos::SVector{3, Float64})</code>: Construct from context at the given position</li>
220222
</ul>
221223
</section>
222224
<section id="fields" class="level1">

julia-docs/dev/docstrings/medyan.ballidx-5a4aba766d557d6a.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,11 +210,15 @@ <h2 class="anchored" data-anchor-id="union---b2cfd89fb0d1b9c6"><code data-shortc
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>BallIdx <span class="op">&lt;:</span><span class="dt"> Place</span></span></code></pre></div><button title="Copy to Clipboard" class="code-copy-button"><i class="bi"></i></button></div>
212212
<p>An index referring to a ball (spherical particle) in the simulation. Balls are stored in the <code>balls</code> vector of the <code>Context</code> and represent spherical objects with position, radius, and stiffness that can participate in mechanical interactions and chemical reactions.</p>
213+
<p>This index may be invalidated by ball removal or reordering. Use a <code>Tag{BallIdx}</code> for a long-term reference that remains valid across mutations.</p>
213214
<section id="constructors" class="level1">
214215
<h1>Constructors</h1>
215216
<ul>
216217
<li><code>BallIdx()</code>: Creates a null ball index with idx 0</li>
217218
<li><code>BallIdx(idx::Int64)</code>: Creates a ball index pointing to the ball at position <code>idx</code> in the context’s balls vector</li>
219+
<li><code>BallIdx(c::Context, idx::Integer)</code>: Construct from context with index</li>
220+
<li><code>BallIdx(c::Context, b::BallIdx)</code>: Re-resolve a ball index</li>
221+
<li><code>BallIdx(c::Context, t::Tag{BallIdx})</code>: Construct from a tag</li>
218222
</ul>
219223
</section>
220224
<section id="fields" class="level1">

julia-docs/dev/docstrings/medyan.filaidx-89c89b8bbef4dbda.html

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

julia-docs/dev/docstrings/medyan.filamonoidx-94fe5a1112741990.html

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

julia-docs/dev/docstrings/medyan.filatipidx-460debd2fef11ad4.html

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

julia-docs/dev/docstrings/medyan.membvertidx-4b26f8c9d72f1f49.html

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

julia-docs/dev/docstrings/src/links/place-types.html

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

julia-docs/dev/listings.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,13 @@
1919
"/docstrings/medyan.cubicgrid-fe4b7cc2dceb0431.html",
2020
"/docstrings/medyan.decimated2monsiteminanglerange-fc006e574376cfff.html",
2121
"/docstrings/medyan.decimated2monsiterange-8afd8f3188bbcd4a.html",
22+
"/docstrings/medyan.filaidx-89c89b8bbef4dbda.html",
23+
"/docstrings/medyan.filamonoidx-94fe5a1112741990.html",
24+
"/docstrings/medyan.filatipidx-460debd2fef11ad4.html",
2225
"/docstrings/medyan.filamentendsitegeneral-7a32ac96fb4364ea.html",
2326
"/docstrings/medyan.filamentmechparams-003aa222b98c6481.html",
2427
"/docstrings/medyan.filamentsitegeneral-0d87ce44fed17b2c.html",
28+
"/docstrings/medyan.membvertidx-4b26f8c9d72f1f49.html",
2529
"/docstrings/medyan.membranesitediffusing-66734014eb12ddb1.html",
2630
"/docstrings/medyan.membranespeciesparams-548fecb643fc2599.html",
2731
"/docstrings/medyan.sysdef-c0c4da7a2b3d4fef.html",

julia-docs/dev/reference/index.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -297,6 +297,14 @@ <h5 class="anchored" data-anchor-id="membranes">Membranes</h5>
297297
<section id="links" class="level5 div" style="margin: 0; break-inside: avoid;">
298298
<h5 class="anchored" data-anchor-id="links">Links</h5>
299299
<ul>
300+
<li><a href="../docstrings/medyan.place-1e917fb34be5e644.qmd"><code>Place</code></a></li>
301+
<li><a href="../docstrings/medyan.filaidx-89c89b8bbef4dbda.html"><code>FilaIdx</code></a></li>
302+
<li><a href="../docstrings/medyan.filatipidx-460debd2fef11ad4.html"><code>FilaTipIdx</code></a></li>
303+
<li><a href="../docstrings/medyan.filamonoidx-94fe5a1112741990.html"><code>FilaMonoIdx</code></a></li>
304+
<li><a href="../docstrings/medyan.membvertidx-4b26f8c9d72f1f49.html"><code>MembVertIdx</code></a></li>
305+
<li><a href="../docstrings/medyan.anchor-0dc7f056c6ce8b51.html"><code>Anchor</code></a></li>
306+
<li><a href="../docstrings/medyan.ballidx-5a4aba766d557d6a.html"><code>BallIdx</code></a></li>
307+
<li><a href="../docstrings/medyan.tag-e7cddb47b7248b8e.qmd"><code>Tag</code></a></li>
300308
<li><a href="../docstrings/medyan.tag--518214eeb95e748e.html"><code>tag!</code></a></li>
301309
<li><a href="../docstrings/medyan.make_link--0fd0bab9dac08837.html"><code>make_link!</code></a></li>
302310
<li><a href="../docstrings/medyan.remove_link--01531e04ef5077e7.html"><code>remove_link!</code></a></li>

0 commit comments

Comments
 (0)