Particle class related functions and kernels. More...
Namespaces | |
namespace | Kernel |
Functions | |
__device__ bool | applySphericalCriterion (SubDomainKeyTree *subDomainKeyTree, Tree *tree, Particles *particles, real d, int index) |
Check whether particle(s) are within sphere from simulation center. More... | |
__device__ bool | applyCubicCriterion (SubDomainKeyTree *subDomainKeyTree, Tree *tree, Particles *particles, real d, int index) |
Check whether particle(s) are within cube from simulation center. More... | |
Particle class related functions and kernels.
__device__ bool ParticlesNS::applyCubicCriterion | ( | SubDomainKeyTree * | subDomainKeyTree, |
Tree * | tree, | ||
Particles * | particles, | ||
real | d, | ||
int | index | ||
) |
Check whether particle(s) are within cube from simulation center.
subDomainKeyTree | SubDomainKeyTree class instance |
tree | Tree class instance |
particles | Particles class instance |
d | distance/cube length |
index | Particle index within Particles class instance |
Definition at line 2179 of file subdomain.cu.
__device__ bool ParticlesNS::applySphericalCriterion | ( | SubDomainKeyTree * | subDomainKeyTree, |
Tree * | tree, | ||
Particles * | particles, | ||
real | d, | ||
int | index | ||
) |
Check whether particle(s) are within sphere from simulation center.
subDomainKeyTree | SubDomainKeyTree class instance |
tree | Tree class instance |
particles | Particles class instance |
d | distance/diameter/radius |
index | Particle index within Particles class instance |
Definition at line 2161 of file subdomain.cu.