pub fn insert_boundaries_to_grid(
    boundaries: &[Boundary],
    grid: &mut HGrid<HGridEntry>
)
Expand description

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