![]() |
ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
|
P3M electrostatics on GPU. More...
#include "config/config.hpp"
Include dependency graph for p3m_gpu_error.hpp:
This graph shows which files directly or indirectly include this file: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(), KERNELCALL, and stream.
Referenced by CoulombTuningAlgorithm< FloatType, Architecture, FFTConfig >::calculate_accuracy().