AQUAgpusph 4.1.2
|
Sort all the particle variables by the cell indexes. More...
#include "resources/Scripts/types/types.h"
Functions | |
__kernel void | stage1 (const __global uint *id_in, __global uint *id, const __global uint *iset_in, __global uint *iset, const __global int *imove_in, __global int *imove, const __global vec *r_in, __global vec *r, const __global vec *normal_in, __global vec *normal, const __global vec *tangent_in, __global vec *tangent, const __global unit *id_sorted, unsigned int N) |
Sort all the particle variables by the cell indexes. | |
__kernel void | stage2 (const __global float *rho_in, __global float *rho, const __global float *m_in, __global float *m, const __global vec *u_in, __global vec *u, const __global vec *dudt, __global vec *dudt_in, const __global float *drhodt, __global float *drhodt_in, const __global unit *id_sorted, unsigned int N) |
Sort all the particle variables by the cell indexes. | |
Sort all the particle variables by the cell indexes.