Struct to store neighbor search information on the device.
|
|
thrust::device_vector< uint > | gridMarkerHashD |
| | gridMarkerHash=s(i,j,k)= k*n_x*n_y + j*n_x + i (numAllMarkers);
|
| |
|
thrust::device_vector< uint > | gridMarkerIndexD |
| | Marker's index, can be original or sorted (numAllMarkers);.
|
| |
|
thrust::device_vector< uint > | cellStartD |
| | Index of the particle starts a cell in sorted list (m_numGridCells)
|
| |
|
thrust::device_vector< uint > | cellEndD |
| | Index of the particle ends a cell in sorted list (m_numGridCells)
|
| |
|
thrust::device_vector< uint > | mapOriginalToSorted |
| | Index mapping from the original to the sorted (numAllMarkers);.
|
| |
The documentation for this struct was generated from the following file:
- C:/M/B/src/chrono-9.0.1/src/chrono_fsi/physics/ChSystemFsi_impl.cuh