ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
|
#include "config/config.hpp"
#include "magnetostatics/dipolar_direct_sum_gpu.hpp"
#include "magnetostatics/dipolar_direct_sum_gpu_cuda.cuh"
#include "BoxGeometry.hpp"
#include "communication.hpp"
#include "system/GpuParticleData.hpp"
#include "system/System.hpp"
Go to the source code of this file.
Functions | |
static void | get_simulation_box (BoxGeometry const &box_geo, float *box, int *per) |
|
static |
Definition at line 32 of file dipolar_direct_sum_gpu.cpp.
References BoxGeometry::length(), and BoxGeometry::periodic().
Referenced by DipolarDirectSumGpu::add_long_range_forces(), and DipolarDirectSumGpu::long_range_energy().