Home
last modified time | relevance | path

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

/dports/science/chrono/chrono-7.0.1/src/chrono_gpu/cuda/
H A DChGpu_SMC.cu182 std::vector<float, cudallocator<float>> sphere_vel_z_tmp; in defragment_initial_positions() local
197 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()