AQUAgpusph 4.1.2
|
Equation Of State (EOS) computation. More...
#include "resources/Scripts/types/types.h"
Macros | |
#define | EXCLUDED_PARTICLE(index) (imove[index] <= 0) && (imove[index] != -1) |
Condition to exclude a particle from the EOS computation. | |
Functions | |
__kernel void | entry (__global unsigned int *iset, __global int *imove, __global float *rho, __global float *p, __constant float *refd, unsigned int N, float cs, float p0) |
Stiffness Equation Of State (EOS) computation. | |
Equation Of State (EOS) computation.