AQUAgpusph 4.1.2
Loading...
Searching...
No Matches
Macros | Functions
deltaSPH.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 deltaSPH.cl:
This graph shows which files directly or indirectly include this file:

Macros

#define EXCLUDED_PARTICLE(index)   imove[index] <= 0
 Condition to exclude a particle from the delta-SPH model.
 
#define _LAPP_   lap_p[i]
 

Functions

__kernel void lapp (const __global int *imove, const __global vec *r, const __global float *rho, const __global float *m, const __global float *p, const __global float *h_var, __global float *lap_p, const __global uint *icell, const __global uint *ihoc, uint N, uivec4 n_cells)
 Laplacian of the pressure computation.
 

Detailed Description

delta-SPH methods, including the correction terms

Macro Definition Documentation

◆ _LAPP_

#define _LAPP_   lap_p[i]