SPH density calculation. More...
#include "../particles.cuh"
#include "../subdomain_key_tree/subdomain.cuh"
#include "../parameter.h"
#include "kernel.cuh"
#include "cuda_utils/cuda_utilities.cuh"
#include "cuda_utils/cuda_runtime.h"
#include "sph.cuh"
Go to the source code of this file.
Classes | |
class | density |
Namespaces | |
namespace | SPH |
SPH related functions and kernels. | |
namespace | SPH::Kernel |
SPH related (CUDA) kernels. | |
namespace | SPH::Kernel::Launch |
SPH related (CUDA) kernel wrappers. | |
Macros | |
#define | MILUPHPC_DENSITY_CUH |
Functions | |
__global__ void | SPH::Kernel::calculateDensity (::SPH::SPH_kernel kernel, Tree *tree, Particles *particles, int *interactions, int numParticles) |
Calculate the density \( \rho \). More... | |
real | SPH::Kernel::Launch::calculateDensity (::SPH::SPH_kernel kernel, Tree *tree, Particles *particles, int *interactions, int numParticles) |
Wrapper for SPH::Kernel::calculateDensity(). More... | |
#define MILUPHPC_DENSITY_CUH |
Definition at line 9 of file density.cuh.