milupHPC documentation
  • include
device_rhs.cuh
Go to the documentation of this file.
1#ifndef MILUPHPC_DEVICE_RHS_CUH
2#define MILUPHPC_DEVICE_RHS_CUH
3
4#include "subdomain_key_tree/tree.cuh"
5#include "particles.cuh"
6
7namespace Kernel {
8
9 __global__ void resetArrays(Tree *tree, Particles *particles, integer *mutex, integer n, integer m);
10 namespace Launch {
11 real resetArrays(Tree *tree, Particles *particles, integer *mutex, integer n, integer m, bool time=false);
12 }
13
14}
15
16#endif //MILUPHPC_DEVICE_RHS_CUH
Particles
Particle(s) class based on SoA (Structur of Arrays).
Definition: particles.cuh:50
Tree
Tree class.
Definition: tree.cuh:140
Kernel::Launch::resetArrays
real resetArrays(Tree *tree, Particles *particles, integer *mutex, integer n, integer m, bool time=false)
Definition: device_rhs.cu:43
Kernel
Definition: device_rhs.cuh:7
Kernel::resetArrays
__global__ void resetArrays(Tree *tree, Particles *particles, integer *mutex, integer n, integer m)
Definition: device_rhs.cu:6
ProfilerIds::Time::tree
const char *const tree
Definition: h5profiler.h:57
real
double real
Definition: parameter.h:15
integer
int integer
Definition: parameter.h:17
particles.cuh
Particle struct as Structure of arrays both instantiable on host and device.
tree.cuh
Tree related classes, kernels and functions.

milupHPC - include/device_rhs.cuh Source File
Generated on Wed Aug 31 2022 12:16:52 by Doxygen 1.9.3