Searched refs:fricMapSize (Results 1 – 2 of 2) sorted by relevance
658 unsigned int fricMapSize = nSpheres * MAX_SPHERES_TOUCHED_BY_SPHERE; in AdvanceSimulation() local659 …unsigned int nBlocksFricHistoryPostProcess = (fricMapSize + nThreadsUpdateHist - 1) / nThreadsUpda… in AdvanceSimulation()663 …updateFrictionData<<<nBlocksFricHistoryPostProcess, nThreadsUpdateHist>>>(fricMapSize, sphere_data, in AdvanceSimulation()
800 unsigned int fricMapSize = nSpheres * MAX_SPHERES_TOUCHED_BY_SPHERE; in AdvanceSimulation() local801 …unsigned int nBlocksFricHistoryPostProcess = (fricMapSize + nThreadsUpdateHist - 1) / nThreadsUpda… in AdvanceSimulation()802 …updateFrictionData<<<nBlocksFricHistoryPostProcess, nThreadsUpdateHist>>>(fricMapSize, sphere_data, in AdvanceSimulation()