|
| __global__ void | Processing::Kernel::particlesWithinRadii (Particles *particles, int *particlesWithin, real deltaRadial, int n) |
| | Particles within radius/radii. More...
|
| |
| template<typename T > |
| __global__ void | Processing::Kernel::cartesianToRadial (Particles *particles, int *particlesWithin, T *input, T *output, real deltaRadial, int n) |
| | Convert cartesian to radial. More...
|
| |
| void | Processing::Kernel::Launch::particlesWithinRadii (Particles *particles, int *particlesWithin, real deltaRadial, int n) |
| | Wrapper for Processing::Kernel::particlesWithinRadii(). More...
|
| |
| template<typename T > |
| void | Processing::Kernel::Launch::cartesianToRadial (Particles *particles, int *particlesWithin, T *input, T *output, real deltaRadial, int n) |
| | Wrapper for Processing::Kernel::cartesianToRadial(). More...
|
| |
...
...
- Author
- Michael Staneker
- Bug:
- no known bugs
Definition in file kernels.cuh.