|
__kernel void | simple (const __global unsigned int *iset, const __global int *imove, __global vec *lap_p_corr, __constant float *refd, usize 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, usize N, LINKLIST_LOCAL_PARAMS) |
| MLS based correction term.
|
__kernel void | full_mls (const __global int *imove, const __global matrix *mls, __global vec *lap_p_corr, usize 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, usize N, LINKLIST_LOCAL_PARAMS) |
| 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, usize N, LINKLIST_LOCAL_PARAMS) |
| 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, usize N, float dt) |
| Density variation rates delta-SPH term.
|
delta-SPH methods, including the correction terms