Searched refs:sphere_vel_z_tmp (Results 1 – 1 of 1) sorted by relevance
182 std::vector<float, cudallocator<float>> sphere_vel_z_tmp; in defragment_initial_positions() local197 sphere_vel_z_tmp.resize(nSpheres); in defragment_initial_positions()216 sphere_vel_z_tmp.at(i) = (float)pos_Z_dt.at(sphere_ids.at(i)); in defragment_initial_positions()235 pos_Z_dt.swap(sphere_vel_z_tmp); in defragment_initial_positions()