|
AQUAgpusph 5.0.4
|
Fixed ghost particles dudt and drhodt vanishing. More...
#include "resources/Scripts/types/types.h"
Functions | |
| __kernel void | entry (const __global uint *iset, const __global int *imove, const __global uint *associations, __global vec *dudt, __global float *drhodt, usize N) |
| Vanish the variation of density and velocity rates. | |
Fixed ghost particles dudt and drhodt vanishing.
| __kernel void entry | ( | const __global uint * | iset, |
| const __global int * | imove, | ||
| const __global uint * | associations, | ||
| __global vec * | dudt, | ||
| __global float * | drhodt, | ||
| usize | N ) |
Vanish the variation of density and velocity rates.
| iset | Set of particles index. |
| imove | Moving flags.
|
| associations | Mirroring particles. |
| dudt | Velocity rate of change \( \frac{d \mathbf{u}}{d t} \). |
| drhodt | Density rate of change \( \frac{d \rho}{d t} \). |
| N | Number of particles. |