Functions | |
real | check4nans (Particles *particles, integer n) |
real | info (Particles *particles, integer n, integer m, integer k) |
void | set (Particles *particles, integer *numParticles, integer *numNodes, real *mass, real *x, real *y, real *z, real *vx, real *vy, real *vz, real *ax, real *ay, real *az, integer *level, idInteger *uid, integer *materialId, real *sml, integer *nnl, integer *noi, real *e, real *dedt, real *cs, real *rho, real *p) |
void | setGravity (Particles *particles, real *g_ax, real *g_ay, real *g_az) |
void | setLeapfrog (Particles *particles, real *ax_old, real *ay_old, real *az_old, real *g_ax_old, real *g_ay_old, real *g_az_old) |
void | setU (Particles *particles, real *u) |
void | setNodeType (Particles *particles, integer *nodeType) |
void | setArtificialViscosity (Particles *particles, real *muijmax) |
void | setIntegrateDensity (Particles *particles, real *drhodt) |
real | test (Particles *particles, bool time=false) |
real | mark2remove (SubDomainKeyTree *subDomainKeyTree, Tree *tree, Particles *particles, int *particles2remove, int *counter, int criterion, real d, int numParticles) |
Wrapper function for ParticlesNS::check4nans().
Definition at line 563 of file particles.cu.
Info Kernel Wrapper (for debugging purposes)
particles | |
n | |
m | |
k |
Definition at line 568 of file particles.cu.
real ParticlesNS::Kernel::Launch::mark2remove | ( | SubDomainKeyTree * | subDomainKeyTree, |
Tree * | tree, | ||
Particles * | particles, | ||
int * | particles2remove, | ||
int * | counter, | ||
int | criterion, | ||
real | d, | ||
int | numParticles | ||
) |
void ParticlesNS::Kernel::Launch::set | ( | Particles * | particles, |
integer * | numParticles, | ||
integer * | numNodes, | ||
real * | mass, | ||
real * | x, | ||
real * | y, | ||
real * | z, | ||
real * | vx, | ||
real * | vy, | ||
real * | vz, | ||
real * | ax, | ||
real * | ay, | ||
real * | az, | ||
integer * | level, | ||
idInteger * | uid, | ||
integer * | materialId, | ||
real * | sml, | ||
integer * | nnl, | ||
integer * | noi, | ||
real * | e, | ||
real * | dedt, | ||
real * | cs, | ||
real * | rho, | ||
real * | p | ||
) |
Wrapped kernel call setter, in dependence of INTEGRATE_DENSITY
particles | |
drhodt |
Definition at line 774 of file particles.cu.
Wrapped test kernel (for debugging purposes)
particles |
Definition at line 930 of file particles.cu.