Loading src/FlowSolverRHEA.cpp +1 −0 Original line number Diff line number Diff line Loading @@ -3581,6 +3581,7 @@ void FlowSolverRHEA::execute() { point_particles->generate_prts_random( buffer_ratio_particles ); this->updateLagrangianEulerianMeshIndexes0(); this->setInitialParticlesPositionsVelocities(); this->updateLagrangianEulerianMeshIndexes0(); } point_particles->copyToDeviceParticles(); Loading Loading
src/FlowSolverRHEA.cpp +1 −0 Original line number Diff line number Diff line Loading @@ -3581,6 +3581,7 @@ void FlowSolverRHEA::execute() { point_particles->generate_prts_random( buffer_ratio_particles ); this->updateLagrangianEulerianMeshIndexes0(); this->setInitialParticlesPositionsVelocities(); this->updateLagrangianEulerianMeshIndexes0(); } point_particles->copyToDeviceParticles(); Loading