Home
last modified time | relevance | path

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

/dports/science/chrono/chrono-7.0.1/src/chrono_gpu/cuda/
H A DChGpu_SMC.cu658 unsigned int fricMapSize = nSpheres * MAX_SPHERES_TOUCHED_BY_SPHERE; in AdvanceSimulation() local
659 …unsigned int nBlocksFricHistoryPostProcess = (fricMapSize + nThreadsUpdateHist - 1) / nThreadsUpda… in AdvanceSimulation()
663 …updateFrictionData<<<nBlocksFricHistoryPostProcess, nThreadsUpdateHist>>>(fricMapSize, sphere_data, in AdvanceSimulation()
H A DChGpu_SMC_trimesh.cu800 unsigned int fricMapSize = nSpheres * MAX_SPHERES_TOUCHED_BY_SPHERE; in AdvanceSimulation() local
801 …unsigned int nBlocksFricHistoryPostProcess = (fricMapSize + nThreadsUpdateHist - 1) / nThreadsUpda… in AdvanceSimulation()
802 …updateFrictionData<<<nBlocksFricHistoryPostProcess, nThreadsUpdateHist>>>(fricMapSize, sphere_data, in AdvanceSimulation()