[][src]Function salva3d::geometry::insert_fluids_to_grid

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

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