cuIBM
A GPU-based Immersed Boundary Method code
|
Declaration of the kernels to generate the interpolation matrix. More...
Go to the source code of this file.
Namespaces | |
kernels | |
Contains all the custom-written CUDA kernels. | |
Functions | |
__global__ void | kernels::generateE (int *ERows, int *ECols, real *EVals, int nx, int ny, real *x, real *y, real *dx, int totalPoints, real *xB, real *yB, int *I, int *J) |
Computes elements of the interpolation matrix. More... | |
Declaration of the kernels to generate the interpolation matrix.
Definition in file generateE.h.