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

Declaration of the kernels required to generate body-velocities. More...

#include "utilities/types.h"
Include dependency graph for generateVelB.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::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...
 

Detailed Description

Declaration of the kernels required to generate body-velocities.

Definition in file generateVelB.h.