Home
last modified time | relevance | path

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

/dports/science/chrono/chrono-7.0.1/src/chrono_gpu/cuda/
H A DChGpu_SMC.cuh519 if (spheresTouchingThisSD == 0) { in determineContactPairs()
530 if (threadIdx.x < spheresTouchingThisSD) { in determineContactPairs()
555 if (bodyA < spheresTouchingThisSD) { in determineContactPairs()
1086 if (spheresTouchingThisSD == 0) { in computeSphereForces_frictionless()
1095 if (bodyA == 0 && spheresTouchingThisSD > MAX_COUNT_OF_SPHERES_PER_SD) { in computeSphereForces_frictionless()
1102 if (bodyA < spheresTouchingThisSD) { in computeSphereForces_frictionless()
1124 if (bodyA < spheresTouchingThisSD) { in computeSphereForces_frictionless()
1199 if (spheresTouchingThisSD == 0) { in computeSphereForces_frictionless_matBased()
1208 if (bodyA == 0 && spheresTouchingThisSD > MAX_COUNT_OF_SPHERES_PER_SD) { in computeSphereForces_frictionless_matBased()
1215 if (bodyA < spheresTouchingThisSD) { in computeSphereForces_frictionless_matBased()
[all …]
H A DChGpu_SMC_trimesh.cu185 unsigned int spheresTouchingThisSD = sphere_data->SD_NumSpheresTouching[thisSD]; in interactionGranMat_TriangleSoup_matBased() local
186 if (spheresTouchingThisSD == 0) { in interactionGranMat_TriangleSoup_matBased()
197 if (sphereIDLocal < spheresTouchingThisSD) { in interactionGranMat_TriangleSoup_matBased()
266 if (sphereIDLocal < spheresTouchingThisSD) { in interactionGranMat_TriangleSoup_matBased()
464 unsigned int spheresTouchingThisSD = sphere_data->SD_NumSpheresTouching[thisSD]; in interactionGranMat_TriangleSoup() local
465 if (spheresTouchingThisSD == 0) { in interactionGranMat_TriangleSoup()
476 if (sphereIDLocal < spheresTouchingThisSD) { in interactionGranMat_TriangleSoup()
544 if (sphereIDLocal < spheresTouchingThisSD) { in interactionGranMat_TriangleSoup()