Home
last modified time | relevance | path

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

/dports/science/chrono/chrono-7.0.1/src/chrono_gpu/cuda/
H A DChGpu_SMC_trimesh.cu168 …__shared__ int3 sphere_pos_local[MAX_COUNT_OF_SPHERES_PER_SD]; //!< local coordinate of the sphere in interactionGranMat_TriangleSoup_matBased() local
204 sphere_pos_local[sphereIDLocal] = in interactionGranMat_TriangleSoup_matBased()
211 sphere_pos_local[sphereIDLocal] = in interactionGranMat_TriangleSoup_matBased()
212sphere_pos_local[sphereIDLocal] + getOffsetFromSDs(thisSD, sphere_owner_SD, gran_params); in interactionGranMat_TriangleSoup_matBased()
285 …int64_t3_to_double3(convertPosLocalToGlobal(thisSD, sphere_pos_local[sphereIDLocal], gran_params)); in interactionGranMat_TriangleSoup_matBased()
447 …__shared__ int3 sphere_pos_local[MAX_COUNT_OF_SPHERES_PER_SD]; //!< local coordinate of the sphere in interactionGranMat_TriangleSoup() local
483 sphere_pos_local[sphereIDLocal] = in interactionGranMat_TriangleSoup()
490 sphere_pos_local[sphereIDLocal] = in interactionGranMat_TriangleSoup()
491sphere_pos_local[sphereIDLocal] + getOffsetFromSDs(thisSD, sphere_owner_SD, gran_params); in interactionGranMat_TriangleSoup()
563 …int64_t3_to_double3(convertPosLocalToGlobal(thisSD, sphere_pos_local[sphereIDLocal], gran_params)); in interactionGranMat_TriangleSoup()
H A DChGpu_SMC.cuh365 int3 sphere_pos_local = in applyBDFrameChange() local
372 … int64_t3 sphPos_global = convertPosLocalToGlobal(ownerSD, sphere_pos_local, gran_params) + delta; in applyBDFrameChange()
509 __shared__ int3 sphere_pos_local[MAX_COUNT_OF_SPHERES_PER_SD]; in determineContactPairs() local
536 sphere_pos_local[threadIdx.x] = in determineContactPairs()
541 sphere_pos_local[threadIdx.x] = in determineContactPairs()
542sphere_pos_local[threadIdx.x] + getOffsetFromSDs(thisSD, sphere_owner_SD, gran_params); in determineContactPairs()
562 … checkSpheresContacting_int(sphere_pos_local[bodyA], sphere_pos_local[bodyB], thisSD, gran_params); in determineContactPairs()
1415 …int3 sphere_pos_local = make_int3(sphere_data->sphere_local_pos_X[mySphereID] + (lround)(position_… in integrateSpheres() local
1420 … convertPosLocalToGlobal(sphere_data->sphere_owner_SDs[mySphereID], sphere_pos_local, gran_params); in integrateSpheres()