AQUAgpusph 4.1.2
|
delta-SPH methods, including the correction terms More...
Macros | |
#define | EXCLUDED_PARTICLE(index) imove[index] <= 0 |
Condition to exclude a particle from the delta-SPH model. | |
#define | _LAPP_ lap_p[i] |
Functions | |
__kernel void | lapp (const __global int *imove, const __global vec *r, const __global float *rho, const __global float *m, const __global float *p, const __global float *h_var, __global float *lap_p, const __global uint *icell, const __global uint *ihoc, uint N, uivec4 n_cells) |
Laplacian of the pressure computation. | |
delta-SPH methods, including the correction terms
#define _LAPP_ lap_p[i] |