ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
|
#include "config/config.hpp"
#include "ParticleRange.hpp"
#include "cuda/CudaHostAllocator.hpp"
#include "system/Leaf.hpp"
#include <utils/Vector.hpp>
#include <bitset>
#include <cstddef>
#include <memory>
#include <span>
Go to the source code of this file.
Classes | |
class | GpuParticleData |
Particle data communication manager for the GPU. More... | |
struct | GpuParticleData::prop |
Particle properties that need to be communicated to the GPU. More... | |
struct | GpuParticleData::GpuEnergy |
Energies that are retrieved from the GPU. More... | |
struct | GpuParticleData::GpuParticle |
Subset of Particle which is copied to the GPU. More... | |