cuIBM
A GPU-based Immersed Boundary Method code
|
Declaration of the kernels required to generate body-velocities. More...
#include "utilities/types.h"
Go to the source code of this file.
Namespaces | |
kernels | |
Contains all the custom-written CUDA kernels. | |
Functions | |
__global__ void | kernels::fill_velB (real *velB, real *uB, real *vB, int totalPoints) |
Stores an element of the u- and v- body-velocities into one single array. More... | |
Declaration of the kernels required to generate body-velocities.
Definition in file generateVelB.h.