OpenMPCD
|
#include <OpenMPCD/Types.hpp>
Go to the source code of this file.
Namespaces | |
OpenMPCD::CUDA | |
Namespace for simulations using CUDA. | |
OpenMPCD::CUDA::MPCFluid | |
Namespace for MPC Fluid classes. | |
OpenMPCD::CUDA::MPCFluid::DeviceCode | |
Contains CUDA Device code. | |
Functions | |
__global__ void | OpenMPCD::CUDA::MPCFluid::DeviceCode::streamHarmonicTrimerVelocityVerlet (const unsigned int workUnitOffset, MPCParticlePositionType *const positions, MPCParticleVelocityType *const velocities, const FP reducedSpringConstant1, const FP reducedSpringConstant2, const FP timestep, const unsigned int stepCount) |
Streams the given trimer via velocity-Verlet integration. More... | |
Defines CUDA Device code for OpenMPCD::CUDA::MPCFluid::HarmonicTrimers
Definition in file DeviceCode/HarmonicTrimers.hpp.