|
__kernel void | simple (const __global unsigned int *iset, const __global int *imove, __global vec *lap_p_corr, __constant float *refd, unsigned int N, vec g) |
| Simple hidrostatic based correction term.
|
|
__kernel void | full (const __global int *imove, const __global vec *r, const __global float *rho, const __global float *m, const __global float *p, __global vec *lap_p_corr, const __global uint *icell, const __global uint *ihoc, uint N, uivec4 n_cells) |
| MLS based correction term.
|
|
__kernel void | full_mls (const __global int *imove, const __global matrix *mls, __global vec *lap_p_corr, uint N) |
| MLS based correction term.
|
|
__kernel void | lapp (const __global int *imove, const __global vec *r, const __global float *rho, const __global float *m, const __global float *p, __global float *lap_p, const __global uint *icell, const __global uint *ihoc, uint N, uivec4 n_cells) |
| Laplacian of the pressure computation.
|
|
__kernel void | lapp_corr (const __global int *imove, const __global vec *r, const __global float *rho, const __global float *m, const __global vec *lap_p_corr, __global float *lap_p, const __global uint *icell, const __global uint *ihoc, uint N, uivec4 n_cells) |
| Laplacian of the pressure correction.
|
|
__kernel void | deltaSPH (const __global unsigned int *iset, const __global int *imove, const __global float *rho, const __global float *lap_p, __global float *drhodt, __constant float *refd, __constant float *delta, unsigned int N, float dt) |
| Density variation rates delta-SPH term.
|
|
delta-SPH methods, including the correction terms