Skip to content

Commit bb87234

Browse files
author
Documenter.jl
committed
build based on 62a5d7d
1 parent c68aee9 commit bb87234

10 files changed

Lines changed: 1764 additions & 1083 deletions

File tree

julia-docs/dev/docstrings.html

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

julia-docs/dev/docstrings/medyan.set_chem_cylinder_cell_list_grid_spacing--b0d0c7ec07ff0f36.html

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

julia-docs/dev/docstrings/src/filament/functions.html

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,7 @@ <h2 id="toc-title">On this page</h2>
201201
<li><a href="#medyan.is_minimized-ff3858ada5447c46" id="toc-medyan.is_minimized-ff3858ada5447c46" class="nav-link" data-scroll-target="#medyan.is_minimized-ff3858ada5447c46"><code>MEDYAN.is_minimized</code></a></li>
202202
<li><a href="#medyan.pick_rand_fila_mono_site-6641f66ed8873af1" id="toc-medyan.pick_rand_fila_mono_site-6641f66ed8873af1" class="nav-link" data-scroll-target="#medyan.pick_rand_fila_mono_site-6641f66ed8873af1"><code>MEDYAN.pick_rand_fila_mono_site</code></a></li>
203203
<li><a href="#medyan.pick_rand_fila_tip_site-d1418d43027273e9" id="toc-medyan.pick_rand_fila_tip_site-d1418d43027273e9" class="nav-link" data-scroll-target="#medyan.pick_rand_fila_tip_site-d1418d43027273e9"><code>MEDYAN.pick_rand_fila_tip_site</code></a></li>
204+
<li><a href="#medyan.set_chem_cylinder_cell_list_grid_spacing--b0d0c7ec07ff0f36" id="toc-medyan.set_chem_cylinder_cell_list_grid_spacing--b0d0c7ec07ff0f36" class="nav-link" data-scroll-target="#medyan.set_chem_cylinder_cell_list_grid_spacing--b0d0c7ec07ff0f36"><code>MEDYAN.set_chem_cylinder_cell_list_grid_spacing!</code></a></li>
204205
</ul></li>
205206
</ul>
206207
<div class="toc-actions"><ul><li><a href="https://github.com/medyan-dev/MEDYAN.jl/edit/master/quartodocs/docstrings/src/filament/functions.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>
@@ -445,6 +446,20 @@ <h2 class="anchored" data-anchor-id="medyan.pick_rand_fila_tip_site-d1418d430272
445446
</div>
446447
</div>
447448
</div>
449+
</section>
450+
<section id="medyan.set_chem_cylinder_cell_list_grid_spacing--b0d0c7ec07ff0f36" class="level2">
451+
<h2 class="anchored" data-anchor-id="medyan.set_chem_cylinder_cell_list_grid_spacing--b0d0c7ec07ff0f36"><a href="../../../docstrings/medyan.set_chem_cylinder_cell_list_grid_spacing--b0d0c7ec07ff0f36.html"><code>MEDYAN.set_chem_cylinder_cell_list_grid_spacing!</code></a></h2>
452+
<div class="callout callout-style-simple callout-note no-icon">
453+
<div class="callout-body d-flex">
454+
<div class="callout-icon-container">
455+
<i class="callout-icon no-icon"></i>
456+
</div>
457+
<div class="callout-body-container">
458+
<div class="code-copy-outer-scaffold"><div class="sourceCode" id="cb16"><pre class="sourceCode julia code-with-copy"><code class="sourceCode julia"><span id="cb16-1"><a href="#cb16-1" aria-hidden="true" tabindex="-1"></a><span class="fu">set_chem_cylinder_cell_list_grid_spacing!</span>(c<span class="op">::</span><span class="dt">Context</span>, fil_typeid<span class="op">::</span><span class="dt">Int</span>, spacing<span class="op">::</span><span class="dt">Real</span>)<span class="op">::</span><span class="dt">Nothing</span></span></code></pre></div><button title="Copy to Clipboard" class="code-copy-button"><i class="bi"></i></button></div>
459+
<p>Set the grid spacing (nm) for the chem cylinder cell list of filament type <code>fil_typeid</code>. Changing the spacing will invalidate the cell list cache of those chem cylinders.</p>
460+
</div>
461+
</div>
462+
</div>
448463

449464

450465
</section>

julia-docs/dev/listings.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@
131131
"/docstrings/medyan.set_chem_boundary--8446b49a230e3146.html",
132132
"/docstrings/medyan.set_chem_boundary_oversampling_factor--dd246eef62c89b5f.html",
133133
"/docstrings/medyan.set_chem_boundary_tsdf_max_distance--6d2b2e3f7c85a2e1.html",
134+
"/docstrings/medyan.set_chem_cylinder_cell_list_grid_spacing--b0d0c7ec07ff0f36.html",
134135
"/docstrings/medyan.set_enable_collision--ff3352f0a3c63ab0.html",
135136
"/docstrings/medyan.set_mechboundary--b5e26b6b690256aa.html",
136137
"/docstrings/medyan.set_time--a6dd8f73f68a3759.html",

julia-docs/dev/reference/index.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -250,6 +250,12 @@ <h5 class="anchored" data-anchor-id="mutate-a-context">Mutate a Context</h5>
250250
<li><p><a href="../docstrings/src/context.html#medyan.set_mechboundary--b5e26b6b690256aa" title="/docstrings/src/context.qmd#set_mechboundary!"><code>set_mechboundary!</code></a></p></li>
251251
</ul>
252252
</section>
253+
<section id="performance-tuning" class="level5 div" style="margin: 0; break-inside: avoid;">
254+
<h5 class="anchored" data-anchor-id="performance-tuning">Performance Tuning</h5>
255+
<ul>
256+
<li><a href="../docstrings/medyan.set_chem_cylinder_cell_list_grid_spacing--b0d0c7ec07ff0f36.html"><code>set_chem_cylinder_cell_list_grid_spacing!</code></a></li>
257+
</ul>
258+
</section>
253259
<section id="balls" class="level5 div" style="margin: 0; break-inside: avoid;">
254260
<h5 class="anchored" data-anchor-id="balls">Balls</h5>
255261
<ul>

0 commit comments

Comments
 (0)