Functions | |
| template<unsigned int blockSize> | |
| real | calculateAngularMomentumBlockwise (Particles *particles, real *outputData, int n) |
| Wrapper for: Physics::Kernel::calculateAngularMomentumBlockwise(). More... | |
| template<unsigned int blockSize> | |
| real | sumAngularMomentum (const real *indata, real *outdata) |
| Wrapper for: Physics::Kernel::sumAngularMomentum(). More... | |
| real | kineticEnergy (Particles *particles, int n) |
| Wrapper for: Physics::Kernel::kineticEnergy(). More... | |
| template real | calculateAngularMomentumBlockwise< 256 > (Particles *particles, real *outputData, int n) |
| template real | sumAngularMomentum< 256 > (const real *indata, real *outdata) |
| real Physics::Kernel::Launch::calculateAngularMomentumBlockwise | ( | Particles * | particles, |
| real * | outputData, | ||
| int | n | ||
| ) |
Wrapper for: Physics::Kernel::calculateAngularMomentumBlockwise().
Definition at line 2623 of file subdomain.cu.
Here is the call graph for this function:
| template real Physics::Kernel::Launch::calculateAngularMomentumBlockwise< 256 > | ( | Particles * | particles, |
| real * | outputData, | ||
| int | n | ||
| ) |
Wrapper for: Physics::Kernel::kineticEnergy().
Definition at line 2638 of file subdomain.cu.
Here is the call graph for this function:
| real Physics::Kernel::Launch::sumAngularMomentum | ( | const real * | indata, |
| real * | outdata | ||
| ) |
Wrapper for: Physics::Kernel::sumAngularMomentum().
Definition at line 2631 of file subdomain.cu.
Here is the call graph for this function:
| template real Physics::Kernel::Launch::sumAngularMomentum< 256 > | ( | const real * | indata, |
| real * | outdata | ||
| ) |