|
__kernel void | interpolation (const __global int *imove, const __global vec *r, const __global vec *u, const __global float *rho, const __global float *m, __global vec *xSPH_u, const __global uint *icell, const __global uint *ihoc, uint N, uivec4 n_cells) |
| Velocity interpolation.
|
|
__kernel void | xSPH (const __global int *imove, const __global vec *xSPH_u, const __global float *shepard, __global vec *u, unsigned int N, float xSPH_factor) |
| xSPH velocity replacement.
|
|
delta-SPH methods, including the correction terms.