ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
|
#include "config/config.hpp"
Go to the source code of this file.
Functions | |
void | DipolarDirectSum_kernel_wrapper_energy (float k, unsigned int n, float *pos, float *dip, float box_l[3], int periodic[3], float *E) |
void | DipolarDirectSum_kernel_wrapper_force (float k, unsigned int n, float *pos, float *dip, float *f, float *torque, float box_l[3], int periodic[3]) |
void DipolarDirectSum_kernel_wrapper_energy | ( | float | k, |
unsigned int | n, | ||
float * | pos, | ||
float * | dip, | ||
float | box_l[3], | ||
int | periodic[3], | ||
float * | E | ||
) |
Definition at line 276 of file dipolar_direct_sum_gpu_cuda.cu.
References block(), copy_box_data(), cuda_safe_mem, DipolarDirectSum_kernel_energy(), and KERNELCALL_shared.
Referenced by DipolarDirectSumGpu::long_range_energy().
void DipolarDirectSum_kernel_wrapper_force | ( | float | k, |
unsigned int | n, | ||
float * | pos, | ||
float * | dip, | ||
float * | f, | ||
float * | torque, | ||
float | box_l[3], | ||
int | periodic[3] | ||
) |
Definition at line 247 of file dipolar_direct_sum_gpu_cuda.cu.
References block(), copy_box_data(), DipolarDirectSum_kernel_force(), and KERNELCALL.
Referenced by DipolarDirectSumGpu::add_long_range_forces().