AQUAgpusph 4.1.2
Loading...
Searching...
No Matches
Macros | Functions
xSPH.cl File Reference

delta-SPH methods, including the correction terms. More...

#include "resources/Scripts/types/types.h"
#include "resources/Scripts/KernelFunctions/Kernel.h"
Include dependency graph for xSPH.cl:

Macros

#define _U_   xSPH_u[i].XYZ
 

Functions

__kernel void interpolation (const __global int *imove, const __global vec *r, const __global vec *u, const __global float *rho, const __global float *m, __global vec *xSPH_u, const __global uint *icell, const __global uint *ihoc, uint N, uivec4 n_cells)
 Velocity interpolation.
 
__kernel void xSPH (const __global int *imove, const __global vec *xSPH_u, const __global float *shepard, __global vec *u, unsigned int N, float xSPH_factor)
 xSPH velocity replacement.
 

Detailed Description

delta-SPH methods, including the correction terms.

Macro Definition Documentation

◆ _U_

#define _U_   xSPH_u[i].XYZ