Apply the kernel to particle differently that is a number or is an expression. More...
Apply the kernel to particle differently that is a number or is an expression.
Definition at line 108 of file vector_dist_operators_apply_kernel.hpp.
#include <vector_dist_operators_apply_kernel.hpp>
Static Public Member Functions | |
__host__ static __device__ std::remove_reference< rtype >::type | apply (const vector &vd, NN_type &cl, const exp &v_exp, const vect_dist_key_dx &key, Kernel &lker) |
Apply the kernel expression to a particle. | |
|
inlinestatic |
Apply the kernel expression to a particle.
vd | vector with the particles positions |
cl | Cell-list |
v_exp | expression to execute for each particle |
key | to which particle to apply the expression |
lker | kernel function |
Definition at line 121 of file vector_dist_operators_apply_kernel.hpp.