Function local_update_contact_reactions
pub fn local_update_contact_reactions<C, A, Ri, F>(
cell: &mut C,
aux_storage: &mut A,
_dt: F,
_rng: &mut ChaCha8Rng,
) -> Result<(), SimulationError>where
F: Debug + Float + FromPrimitive,
A: UpdateReactions<Ri> + UpdateReactionsContact<Ri, 2>,
C: Intracellular<Ri>,
Ri: Xapy<F> + Clone,
Available on crate feature
chili
only.Expand description
Updates the cells intracellular values from the obtained contact informations