|
AQUAgpusph 5.0.4
|
Particles interactions computation. More...

Macros | |
| #define | _LAPP_ lap_p[i] |
Functions | |
| __kernel void | lapp (const __global int *imove, const __global int *imirrored, 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, usize N, LINKLIST_LOCAL_PARAMS) |
| Laplacian of the pressure computation. | |
Particles interactions computation.
| #define _LAPP_ lap_p[i] |
| __kernel void lapp | ( | const __global int * | imove, |
| const __global int * | imirrored, | ||
| 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, | ||
| usize | N, | ||
| LINKLIST_LOCAL_PARAMS | ) |
Laplacian of the pressure computation.
| imove | Moving flags.
|
| imirrored | 0 if the particle has not been mirrored, 1 otherwise. |
| r | Position \( \mathbf{r} \). |
| rho | Density \( \rho \). |
| m | Mass \( m \). |
| p | Pressure \( p \). |
| h_var | variable kernel lenght \( h \). |
| lap_p | Pressure laplacian \( \Delta p \). |
| icell | Cell where each particle is located. |
| ihoc | Head of chain for each cell (first particle found). |
| N | Number of particles. |
| n_cells | Number of cells in each direction |
