chrono::fsi::sph::FsiMeshStateH Struct Reference
Description
FEA mesh states on host.
Data are managed in an SOA, with each array containing corresponding data from all meshes (1D or 2D) in the system.
Public Member Functions | |
void | Resize (size_t s, bool use_node_directions) |
size_t | GetSize () const |
Public Attributes | |
thrust::host_vector< Real3 > | pos |
mesh node positions | |
thrust::host_vector< Real3 > | vel |
mesh node velocities | |
thrust::host_vector< Real3 > | acc |
mesh node accelerations | |
thrust::host_vector< Real3 > | dir |
node directions (unit vectors) | |
bool | has_node_directions |
The documentation for this struct was generated from the following file:
- /builds/uwsbel/chrono/src/chrono_fsi/sph/physics/FsiDataManager.cuh