Home
last modified time | relevance | path

Searched defs:FsiMeshDataH (Results 1 – 1 of 1) sorted by relevance

/dports/science/chrono/chrono-7.0.1/src/chrono_fsi/
H A DChSystemFsi_impl.cuh125 struct FsiMeshDataH { struct
126 thrust::host_vector<Real3> pos_fsi_fea_H; ///< Vector of the mesh position
127 thrust::host_vector<Real3> vel_fsi_fea_H; ///< Vector of the mesh velocity
128 thrust::host_vector<Real3> acc_fsi_fea_H; ///< Vector of the mesh acceleration
132 size_t size() { return pos_fsi_fea_H.size(); }; in size()