|
AQUAgpusph 5.0.4
|
Velocity and density variation rates computation. More...
#include "resources/Scripts/types/types.h"
Functions | |
| __kernel void | entry (const __global uint *iset, const __global int *imove, const __global float *work_density, __global float *deintdt, const usize N) |
| Energy variation rates computation. | |
Velocity and density variation rates computation.
| __kernel void entry | ( | const __global uint * | iset, |
| const __global int * | imove, | ||
| const __global float * | work_density, | ||
| __global float * | deintdt, | ||
| const usize | N ) |
Energy variation rates computation.
The energy conservation are applied from the already computed differential operators:
| iset | Set of particles index. |
| imove | Moving flags.
|
| work_density | compression work |
| deintdt | Energy rate of change |
| N | Number of particles. |