Function local_cycle_update

pub fn local_cycle_update<C, A, Float>(
    cell: &mut C,
    aux_storage: &mut A,
    dt: Float,
    rng: &mut ChaCha8Rng,
) -> Result<(), DeathError>
where C: Cycle<C, Float>, A: UpdateCycle,
Available on crate feature chili only.
Expand description

Advances the cycle of a cell by a small time increment dt.