|
__kernel void | interpolation (const __global uint *iset, const __global int *imove, const __global vec *r, const __global float *m, const __global float *rho, __global float *p, __global matrix *S, const __global uint *icell, const __global uint *ihoc, __constant float *refd, uint N, uivec4 n_cells, vec g, uint BIstress_iset) |
| Pressure and stress deviation interpolation at the boundary elements.
|
|
__kernel void | shepard (const __global uint *iset, const __global int *imove, const __global float *shepard, __global float *p, __global matrix *S, uint N, uint BIstress_iset) |
| Pressure and stress deviation renormalization.
|
|
Fixed boundary elements methods.