chrono::fsi::ProximityDataD Struct Reference

Description

Struct to store neighbor search information on the device.

Public Member Functions

void resize (size_t numAllMarkers)
 

Public Attributes

thrust::device_vector< uintgridMarkerHashD
 gridMarkerHash=s(i,j,k)= k*n_x*n_y + j*n_x + i (numAllMarkers);
 
thrust::device_vector< uintgridMarkerIndexD
 (numAllMarkers);
 
thrust::device_vector< uintcellStartD
 Index of the particle starts a cell in sorted list (m_numGridCells)
 
thrust::device_vector< uintcellEndD
 Index of the particle ends a cell in sorted list (m_numGridCells)
 
thrust::device_vector< uintmapOriginalToSorted
 Index mapping from the original to the sorted.
 

The documentation for this struct was generated from the following file:
  • /builds/uwsbel/chrono/src/chrono_fsi/ChSystemFsi_impl.cuh