Home
last modified time | relevance | path

Searched refs:posRigid_fsiBodies_H (Results 1 – 3 of 3) sorted by relevance

/dports/science/chrono/chrono-7.0.1/src/chrono_fsi/
H A DChSystemFsi_impl.cu121 thrust::copy(other.posRigid_fsiBodies_H.begin(), other.posRigid_fsiBodies_H.end(), in CopyFromH()
236 …thrust::make_tuple(posRigid_fsiBodies_H.begin(), velMassRigid_fsiBodies_H.begin(), accRigid_fsiBod… in iterator()
241 posRigid_fsiBodies_H.resize(s); in resize()
H A DChSystemFsi_impl.cuh98 …thrust::host_vector<Real3> posRigid_fsiBodies_H; ///< Vector of the linear positions of rigid… member
H A DChFsiInterface.cpp190 … fsiBodiesH->posRigid_fsiBodies_H[i] = ChUtilsTypeConvert::ChVectorToReal3(bodyPtr->GetPos()); in Copy_fsiBodies_ChSystem_to_FluidSystem()