Home
last modified time | relevance | path

Searched refs:pos_fsi_fea_D (Results 1 – 7 of 7) sorted by relevance

/dports/science/chrono/chrono-7.0.1/src/chrono_fsi/physics/
H A DChBce.cu79 Real3 pos_fsi_fea_D_nA = pos_fsi_fea_D[cableNodes.x]; in Populate_FlexSPH_MeshPos_LRF_kernel()
80 Real3 pos_fsi_fea_D_nB = pos_fsi_fea_D[cableNodes.y]; in Populate_FlexSPH_MeshPos_LRF_kernel()
102 Real3 pos_fsi_fea_D_nA = pos_fsi_fea_D[shellNodes.x]; in Populate_FlexSPH_MeshPos_LRF_kernel()
103 Real3 pos_fsi_fea_D_nB = pos_fsi_fea_D[shellNodes.y]; in Populate_FlexSPH_MeshPos_LRF_kernel()
104 Real3 pos_fsi_fea_D_nC = pos_fsi_fea_D[shellNodes.z]; in Populate_FlexSPH_MeshPos_LRF_kernel()
105 Real3 pos_fsi_fea_D_nD = pos_fsi_fea_D[shellNodes.w]; in Populate_FlexSPH_MeshPos_LRF_kernel()
136 Real3* pos_fsi_fea_D, in Calc_Flex_FSI_ForcesD() argument
428 Real3 pos_fsi_fea_D_nA = pos_fsi_fea_D[CableNodes.x]; in UpdateFlexMarkersPositionVelocityAccD()
429 Real3 pos_fsi_fea_D_nB = pos_fsi_fea_D[CableNodes.y]; in UpdateFlexMarkersPositionVelocityAccD()
463 Real3 pos_fsi_fea_D_nA = pos_fsi_fea_D[shellNodes.x]; in UpdateFlexMarkersPositionVelocityAccD()
[all …]
H A DChSphGeneral.cuh313 Real3* pos_fsi_fea_D, in BCE_Vel_Acc() argument
362 Real3 pos_fsi_fea_D_nA = pos_fsi_fea_D[nA]; in BCE_Vel_Acc()
363 Real3 pos_fsi_fea_D_nB = pos_fsi_fea_D[nB]; in BCE_Vel_Acc()
391 Real3 pos_fsi_fea_D_nA = pos_fsi_fea_D[nA]; in BCE_Vel_Acc()
392 Real3 pos_fsi_fea_D_nB = pos_fsi_fea_D[nB]; in BCE_Vel_Acc()
393 Real3 pos_fsi_fea_D_nC = pos_fsi_fea_D[nC]; in BCE_Vel_Acc()
394 Real3 pos_fsi_fea_D_nD = pos_fsi_fea_D[nD]; in BCE_Vel_Acc()
H A DChFsiForceIISPH.cuh49 thrust::device_vector<Real3> pos_fsi_fea_D,
H A DChFsiForceIISPH.cu486 Real3* pos_fsi_fea_D, in Calc_BC_aij_Bi()
521 …omegaAccLRF_fsiBodies_D, rigidIdentifierD, pos_fsi_fea_D, vel_fsi_fea_D, acc_fsi_fea_D, FlexIdenti… in Calc_BC_aij_Bi()
836 Real3* pos_fsi_fea_D, in FormAXB()
883pos_fsi_fea_D, vel_fsi_fea_D, acc_fsi_fea_D, FlexIdentifierD, numFlex1D, CableElementsNodes, in FormAXB()
957 Real3* pos_fsi_fea_D, in Calc_Pressure() argument
1063 … accRigid_fsiBodies_D, omegaAccLRF_fsiBodies_D, rigidIdentifierD, pos_fsi_fea_D, vel_fsi_fea_D, in Calc_Pressure()
1346 thrust::device_vector<Real3> pos_fsi_fea_D, in calcPressureIISPH() argument
1497 mR3CAST(pos_fsi_fea_D), mR3CAST(vel_fsi_fea_D), mR3CAST(acc_fsi_fea_D), in calcPressureIISPH()
1588 mR3CAST(pos_fsi_fea_D), mR3CAST(vel_fsi_fea_D), mR3CAST(acc_fsi_fea_D), in calcPressureIISPH()
1777 calcPressureIISPH(otherFsiBodiesD, otherFsiMeshD->pos_fsi_fea_D, otherFsiMeshD->vel_fsi_fea_D, in ForceSPH()
H A DChFsiForceI2SPH.cu159 Real3* pos_fsi_fea_D, in V_star_Predictor()
310 … accRigid_fsiBodies_D, omegaAccLRF_fsiBodies_D, rigidIdentifierD, pos_fsi_fea_D, vel_fsi_fea_D, in V_star_Predictor()
357 Real3* pos_fsi_fea_D, in Pressure_Equation()
472 … accRigid_fsiBodies_D, omegaAccLRF_fsiBodies_D, rigidIdentifierD, pos_fsi_fea_D, vel_fsi_fea_D, in Pressure_Equation()
1082 mR3CAST(otherFsiMeshD->pos_fsi_fea_D), mR3CAST(otherFsiMeshD->vel_fsi_fea_D), in ForceSPH()
1157 mR3CAST(otherFsiMeshD->pos_fsi_fea_D), mR3CAST(otherFsiMeshD->vel_fsi_fea_D), in ForceSPH()
/dports/science/chrono/chrono-7.0.1/src/chrono_fsi/
H A DChSystemFsi_impl.cu115 pos_fsi_fea_D.resize(s); in resize()
165 thrust::copy(other.pos_fsi_fea_H.begin(), other.pos_fsi_fea_H.end(), pos_fsi_fea_D.begin()); in CopyFromH()
227 thrust::copy(other.pos_fsi_fea_D.begin(), other.pos_fsi_fea_D.end(), pos_fsi_fea_D.begin()); in operator =()
H A DChSystemFsi_impl.cuh137 thrust::device_vector<Real3> pos_fsi_fea_D; ///< Vector of the mesh position member