Home
last modified time | relevance | path

Searched refs:sphere_owner_SDs_tmp (Results 1 – 1 of 1) sorted by relevance

/dports/science/chrono/chrono-7.0.1/src/chrono_gpu/cuda/
H A DChGpu_SMC.cu189 std::vector<unsigned int, cudallocator<unsigned int>> sphere_owner_SDs_tmp; in defragment_initial_positions() local
206 sphere_owner_SDs_tmp.resize(nSpheres); in defragment_initial_positions()
225 sphere_owner_SDs_tmp.at(i) = sphere_owner_SDs.at(sphere_ids.at(i)); in defragment_initial_positions()
244 sphere_owner_SDs.swap(sphere_owner_SDs_tmp); in defragment_initial_positions()