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

Implementation of the kernels to generate body-velocities. More...

#include "generateVelB.h"
Include dependency graph for generateVelB.cu:

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

Implementation of the kernels to generate body-velocities.

Definition in file generateVelB.cu.