Skip to content

Commit 9d555a0

Browse files
author
Documenter.jl
committed
build based on d0f786c
1 parent ae7b640 commit 9d555a0

8 files changed

Lines changed: 413 additions & 411 deletions

File tree

julia-docs/dev/docstrings.html

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

julia-docs/dev/docstrings/medyan.context-736368ed32b08894.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -258,6 +258,7 @@ <h2 class="anchored" data-anchor-id="union---b2cfd89fb0d1b9c6"><code data-shortc
258258
<li><p><code>filamentmechparams::Vector{MEDYAN.FilamentMechParams}</code>: The filament mechanical parameters, indexed by filament type id</p></li>
259259
<li><p><code>func_membranespeciespotentialenergy::Any</code>: Membrane species potential energy function. See docs on default function for more info.</p></li>
260260
<li><p><code>external_energy_forces!::Any</code>: External energy/force expressions. This should be a mutating function taking a <code>(fc::MEDYAN.ForceContext, vectorized_x)</code>, which adds to <code>fc.forces, fc.energies, and fc.energy</code>. The energy and force must be consistent, and this is not checked. This can be used as ad-hoc solutions to experiment with uncommon forces, such as specifically designed attachments, etc. If this variable is used often, consider moving it into MEDYAN.</p></li>
261+
<li><p><code>set_gamma!::Any</code>: User-supplied callback to customize per-DOF friction coefficients (γ, pN·s/nm) before <code>drag_back_k</code> and <code>drag_rand_force</code> are derived. Signature: <code>(fc::MEDYAN.ForceContext, c::MEDYAN.Context) -&gt; nothing</code> Called after the default γ values are populated in <code>fc.gamma</code>, so it may freely mutate <code>fc.gamma</code> (e.g.&nbsp;to assign drag to membrane vertices, or override specific beads). Defaults to <code>Returns(nothing)</code> (no-op).</p></li>
261262
<li><p><code>chemboundary::MEDYAN.Boundary</code>: chemical boundary, updates compartment volumes and diffusion rates</p></li>
262263
<li><p><code>chem_boundary_oversampling_factor::Int64</code>: Oversampling factor for chem boundary TSDF computation. Default is 4.</p></li>
263264
<li><p><code>chem_boundary_tsdf_max_distance::Float64</code>: Maximum distance for TSDF truncation (nm). Actual max is max(this, 2.5*grid_spacing). Default is 312.5 nm.</p></li>

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -304,6 +304,7 @@ <h2 class="anchored" data-anchor-id="medyan.context-736368ed32b08894"><a href=".
304304
<li><p><code>filamentmechparams::Vector{MEDYAN.FilamentMechParams}</code>: The filament mechanical parameters, indexed by filament type id</p></li>
305305
<li><p><code>func_membranespeciespotentialenergy::Any</code>: Membrane species potential energy function. See docs on default function for more info.</p></li>
306306
<li><p><code>external_energy_forces!::Any</code>: External energy/force expressions. This should be a mutating function taking a <code>(fc::MEDYAN.ForceContext, vectorized_x)</code>, which adds to <code>fc.forces, fc.energies, and fc.energy</code>. The energy and force must be consistent, and this is not checked. This can be used as ad-hoc solutions to experiment with uncommon forces, such as specifically designed attachments, etc. If this variable is used often, consider moving it into MEDYAN.</p></li>
307+
<li><p><code>set_gamma!::Any</code>: User-supplied callback to customize per-DOF friction coefficients (γ, pN·s/nm) before <code>drag_back_k</code> and <code>drag_rand_force</code> are derived. Signature: <code>(fc::MEDYAN.ForceContext, c::MEDYAN.Context) -&gt; nothing</code> Called after the default γ values are populated in <code>fc.gamma</code>, so it may freely mutate <code>fc.gamma</code> (e.g.&nbsp;to assign drag to membrane vertices, or override specific beads). Defaults to <code>Returns(nothing)</code> (no-op).</p></li>
307308
<li><p><code>chemboundary::MEDYAN.Boundary</code>: chemical boundary, updates compartment volumes and diffusion rates</p></li>
308309
<li><p><code>chem_boundary_oversampling_factor::Int64</code>: Oversampling factor for chem boundary TSDF computation. Default is 4.</p></li>
309310
<li><p><code>chem_boundary_tsdf_max_distance::Float64</code>: Maximum distance for TSDF truncation (nm). Actual max is max(this, 2.5*grid_spacing). Default is 312.5 nm.</p></li>

julia-docs/dev/search.json

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

julia-docs/dev/sitemap.xml

Lines changed: 194 additions & 194 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-runner3/_work/_tool/julia/1.12.5/x64/bin/../lib/julia:/home/gh-actions1/actions-runner3/_work/_tool/julia/1.12.5/x64/bin/../lib
262+
LD_LIBRARY_PATH = /home/gh-actions1/actions-runner6/_work/_tool/julia/1.12.5/x64/bin/../lib/julia:/home/gh-actions1/actions-runner6/_work/_tool/julia/1.12.5/x64/bin/../lib
263263
JULIA_PROJECT = @.
264264
JULIA_LOAD_PATH = @:@stdlib</code></pre>
265265
</div>

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

Lines changed: 4 additions & 4 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)