Skip to content

Commit 72cd695

Browse files
author
Documenter.jl
committed
build based on e9387cf
1 parent 5b3c647 commit 72cd695

16 files changed

+4574
-1197
lines changed

julia-docs/dev/docstrings.html

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

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

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

julia-docs/dev/docstrings/medyan.make_anchor--5895a6f222d457ad.html

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

julia-docs/dev/docstrings/medyan.remove_anchor--5ded3fc420c1ef42.html

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

julia-docs/dev/docstrings/medyan.update_anchor--d2dbcaf15f4f7c90.html

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

julia-docs/dev/docstrings/src/links/anchors.html

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

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

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,7 @@ <h2 id="toc-title">On this page</h2>
188188
<li><a href="#srclinksplace-types.jl" id="toc-srclinksplace-types.jl" class="nav-link active" data-scroll-target="#srclinksplace-types.jl">src/links/place-types.jl</a>
189189
<ul class="collapse">
190190
<li><a href="#medyan.num_directions-89697a0fca8de12f" id="toc-medyan.num_directions-89697a0fca8de12f" class="nav-link" data-scroll-target="#medyan.num_directions-89697a0fca8de12f"><code>MEDYAN.num_directions</code></a></li>
191+
<li><a href="#medyan.anchor-0dc7f056c6ce8b51" id="toc-medyan.anchor-0dc7f056c6ce8b51" class="nav-link" data-scroll-target="#medyan.anchor-0dc7f056c6ce8b51"><code>MEDYAN.Anchor</code></a></li>
191192
</ul></li>
192193
</ul>
193194
<div class="toc-actions"><ul><li><a href="https://github.com/medyan-dev/MEDYAN.jl/edit/master/quartodocs/docstrings/src/links/place-types.qmd" class="toc-action"><i class="bi bi-github"></i>Edit this page</a></li><li><a href="https://github.com/medyan-dev/MEDYAN.jl/issues/new" class="toc-action"><i class="bi empty"></i>Report an issue</a></li></ul></div></nav>
@@ -213,6 +214,37 @@ <h2 class="anchored" data-anchor-id="medyan.num_directions-89697a0fca8de12f"><a
213214
</div>
214215
</div>
215216
</div>
217+
</section>
218+
<section id="medyan.anchor-0dc7f056c6ce8b51" class="level2">
219+
<h2 class="anchored" data-anchor-id="medyan.anchor-0dc7f056c6ce8b51"><a href="../../../docstrings/medyan.anchor-0dc7f056c6ce8b51.html"><code>MEDYAN.Anchor</code></a></h2>
220+
<div class="callout callout-style-simple callout-note no-icon">
221+
<div class="callout-body d-flex">
222+
<div class="callout-icon-container">
223+
<i class="callout-icon no-icon"></i>
224+
</div>
225+
<div class="callout-body-container">
226+
<div class="code-copy-outer-scaffold"><div class="sourceCode" id="cb2"><pre class="sourceCode julia code-with-copy"><code class="sourceCode julia"><span id="cb2-1"><a href="#cb2-1" aria-hidden="true" tabindex="-1"></a>Anchor <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>
227+
<p>A position and directions fixed in the simulation frame. Useful for creating links to a point that doesn’t move with any dynamic elements.</p>
228+
<section id="constructors" class="level1">
229+
<h1>Constructors</h1>
230+
<ul>
231+
<li><code>Anchor()</code>: Creates a null anchor with NaN position, NaN directions, and state 0</li>
232+
<li><code>Anchor(pos::SVector{3, Float64})</code>: Creates an anchor at the given position with NaN directions and state 0</li>
233+
<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>
234+
<li><code>Anchor(pos::SVector{3, Float64}, dirs::SVector{2, SVector{3, Float64}}, state::Int64)</code>: Full constructor with position, directions, and state</li>
235+
</ul>
236+
</section>
237+
<section id="fields" class="level1">
238+
<h1>Fields</h1>
239+
<ul>
240+
<li><code>pos::SVector{3, Float64}</code>: 3D position coordinates</li>
241+
<li><code>dirs::SVector{2, SVector{3, Float64}}</code>: Two direction vectors</li>
242+
<li><code>state::Int64</code>: State identifier for chemical reactions</li>
243+
</ul>
244+
</section>
245+
</div>
246+
</div>
247+
</div>
216248

217249

218250
</section>

julia-docs/dev/listings.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
"/docstrings/base.push--8715d52e2302aaeb.html",
1313
"/docstrings/base.setindex--725f722fff4cfa6d.html",
1414
"/docstrings/medyan.agentnames-948e6a24b4fb0cb5.html",
15+
"/docstrings/medyan.anchor-0dc7f056c6ce8b51.html",
1516
"/docstrings/medyan.boundary-f1e7be79002a27f8.html",
1617
"/docstrings/medyan.context-736368ed32b08894.html",
1718
"/docstrings/medyan.cubicgrid-fe4b7cc2dceb0431.html",
@@ -76,6 +77,7 @@
7677
"/docstrings/medyan.link_exists-0f95437072169f8d.html",
7778
"/docstrings/medyan.link_type_name-275d5954d07419f4.html",
7879
"/docstrings/medyan.load_snapshot--e534be293ce74465.html",
80+
"/docstrings/medyan.make_anchor--5895a6f222d457ad.html",
7981
"/docstrings/medyan.make_fila--f2346a40b4792de5.html",
8082
"/docstrings/medyan.make_fila_rand--7c63c7a09ece60c8.html",
8183
"/docstrings/medyan.make_link--0fd0bab9dac08837.html",
@@ -94,6 +96,7 @@
9496
"/docstrings/medyan.polymerize_fila--ef96193868627e48.html",
9597
"/docstrings/medyan.randompoint-83e939bdee528294.html",
9698
"/docstrings/medyan.refresh_chem_cache--f90ebca1f896ad2c.html",
99+
"/docstrings/medyan.remove_anchor--5ded3fc420c1ef42.html",
97100
"/docstrings/medyan.remove_fila--9938182befad3cb9.html",
98101
"/docstrings/medyan.remove_link--01531e04ef5077e7.html",
99102
"/docstrings/medyan.resolve_all_filament_mesh_crossing--a8be83a7d2ad65c7.html",
@@ -107,6 +110,7 @@
107110
"/docstrings/medyan.tag2links-e8376daf0b29e2fd.html",
108111
"/docstrings/medyan.tag2place-68ab43363a4c1760.html",
109112
"/docstrings/medyan.tag_exists-c112bb84254d0b58.html",
113+
"/docstrings/medyan.update_anchor--d2dbcaf15f4f7c90.html",
110114
"/docstrings/medyan.update_fila_mono_state--02d30b25ab495f22.html",
111115
"/docstrings/medyan.update_link--67d413cca6fe82eb.html",
112116
"/docstrings/src/auxprocs.html",
@@ -125,6 +129,7 @@
125129
"/docstrings/src/filament/sites.html",
126130
"/docstrings/src/filament/update_fila_mono_state.html",
127131
"/docstrings/src/grids.html",
132+
"/docstrings/src/links/anchors.html",
128133
"/docstrings/src/links/link-chemistry.html",
129134
"/docstrings/src/links/link-manager.html",
130135
"/docstrings/src/links/place-types.html",

julia-docs/dev/medyan-tutorial.zip

2.31 KB
Binary file not shown.

julia-docs/dev/reference/fileformats.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -418,6 +418,13 @@ <h3 class="anchored" data-anchor-id="example-header.json-medyan-value">Example <
418418
"places": [
419419
"memb_vert"
420420
]
421+
},
422+
{
423+
"name": "fila_mono_anchor_distance",
424+
"places": [
425+
"fila_mono",
426+
"anchor"
427+
]
421428
}
422429
]
423430
}</code></pre>

0 commit comments

Comments
 (0)