chrono::fsi::sph::ProximityDataD Struct Reference
Description
Struct to store neighbor search information on the device.
Public Member Functions | |
| void | resize (size_t s) |
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 |
| 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:
- /builds/uwsbel/chrono/src/chrono_fsi/sph/physics/SphDataManager.cuh