Function local_interaction_react_to_neighbors

pub fn local_interaction_react_to_neighbors<C, A, Pos, Vel, For, Inf, Float>(
    cell: &mut C,
    aux_storage: &mut A,
    _dt: Float,
    _rng: &mut ChaCha8Rng,
) -> Result<(), CalcError>
where C: Interaction<Pos, Vel, For, Inf> + Position<Pos>, A: UpdateInteraction,
Available on crate feature chili only.
Expand description

Perform the Interaction::react_to_neighbors function and clear current neighbors.