WarpX
|
#include "SortingUtils.H"
Functions | |
void | fillWithConsecutiveIntegers (amrex::Gpu::DeviceVector< int > &v) |
Fill the elements of the input vector with consecutive integer, starting from 0. More... | |
void fillWithConsecutiveIntegers | ( | amrex::Gpu::DeviceVector< int > & | v | ) |
Fill the elements of the input vector with consecutive integer, starting from 0.
[in,out] | v | Vector of integers, to be filled by this routine |