Function local_reactions_use_increment
pub fn local_reactions_use_increment<C, A, Ri, F>(
cell: &mut C,
aux_storage: &mut A,
dt: F,
_rng: &mut ChaCha8Rng,
) -> Result<(), SimulationError>
Available on crate feature
chili
only.Expand description
Ensures that intracellular increments have been cleared before the next update step.