chrono::fsi::ProximityDataD Class Reference
Description
Class for storing the neighbor search informations on the device.
Public Member Functions | |
void | resize (size_t numAllMarkers) |
Public Attributes | |
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 |
(numAllMarkers); | |
thrust::device_vector< uint > | cellStartD |
Index of the marker starts a cell in sorted list (m_numGridCells) | |
thrust::device_vector< uint > | cellEndD |
Index of the marker ends a cell in sorted list (m_numGridCells) | |
thrust::device_vector< uint > | mapOriginalToSorted |
The documentation for this class was generated from the following file:
- /builds/uwsbel/chrono/src/chrono_fsi/ChFsiDataManager.cuh