|
AQUAgpusph 5.0.4
|
MLS kernel transformation matrix computation. More...

Macros | |
| #define | _MLS_ mls[i] |
Functions | |
| __kernel void | entry (const __global int *imove, const __global vec *r, const __global float *rho, const __global float *m, __global matrix *mls, usize N, uint mls_imove, LINKLIST_LOCAL_PARAMS) |
| Compute the MLS transformation matrix inverse, \( L_i^{-1} \). | |
| __kernel void | mls_inv (const __global int *imove, __global matrix *mls, usize N, uint mls_imove) |
| Invert the matrix computed in entry() to get the final MLS transformation matrix, \( L_i \). | |
MLS kernel transformation matrix computation.
| #define _MLS_ mls[i] |