ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
|
P3M electrostatics on GPU. More...
#include "config/config.hpp"
Go to the source code of this file.
Functions | |
double | p3m_k_space_error_gpu (double prefactor, const int *mesh, int cao, int npart, double sum_q2, double alpha_L, const double *box) |
P3M electrostatics on GPU.
Implementation in p3m_gpu_error_cuda.cu.
Definition in file p3m_gpu_error.hpp.
double p3m_k_space_error_gpu | ( | double | prefactor, |
const int * | mesh, | ||
int | cao, | ||
int | npart, | ||
double | sum_q2, | ||
double | alpha_L, | ||
const double * | box | ||
) |
Definition at line 87 of file p3m_gpu_error_cuda.cu.
References block(), and KERNELCALL.
Referenced by CoulombTuningAlgorithm< FloatType, Architecture >::calculate_accuracy().