cuIBM
A GPU-based Immersed Boundary Method code
Namespaces | Functions
generateE.h File Reference

Declaration of the kernels to generate the interpolation matrix. More...

#include "utilities/types.h"
#include "utilities/helpers.h"
Include dependency graph for generateE.h:
This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

Declaration of the kernels to generate the interpolation matrix.

Definition in file generateE.h.