pub fn insert_fluids_to_grid(fluids: &[Fluid], grid: &mut HGrid<HGridEntry>)
Expand description

Insert all the particles from the given fluids into the grid.