AQUAgpusph 5.0.4
|
Mirroring process for the symmetry boundary condition. More...
#include "resources/Scripts/types/types.h"
Functions | |
__kernel void | set (const __global usize *mirror_src, __global float *eint_in, __global float *deintdt_in, __global float *deintdt, usize N) |
Set the internal energy of the mirrored particles. |
Mirroring process for the symmetry boundary condition.
__kernel void set | ( | const __global usize * | mirror_src, |
__global float * | eint_in, | ||
__global float * | deintdt_in, | ||
__global float * | deintdt, | ||
usize | N ) |
Set the internal energy of the mirrored particles.
mirror_src | Source particle associated with each mirrored one. |
eint_in | Internal energy \( e \). |
deintdt_in | Internal energy rate of change \( \frac{d e}{d t} \). |
deintdt | Internal energy rate of change \( \frac{d e}{d t} \). |
N | Number of particles. |