Neko  0.8.99
A portable framework for high-order spectral element flow simulations
dirichlet.cu File Reference
Include dependency graph for dirichlet.cu:

Go to the source code of this file.

Functions

void cuda_dirichlet_apply_scalar (void *msk, void *x, real *g, int *m)
 
void cuda_dirichlet_apply_vector (void *msk, void *x, void *y, void *z, real *g, int *m)
 

Function Documentation

◆ cuda_dirichlet_apply_scalar()

void cuda_dirichlet_apply_scalar ( void *  msk,
void *  x,
real g,
int *  m 
)

Fortran wrapper for device dirichlet apply scalar

Definition at line 44 of file dirichlet.cu.

Here is the caller graph for this function:

◆ cuda_dirichlet_apply_vector()

void cuda_dirichlet_apply_vector ( void *  msk,
void *  x,
void *  y,
void *  z,
real g,
int *  m 
)

Fortran wrapper for device dirichlet apply vector

Definition at line 60 of file dirichlet.cu.

Here is the caller graph for this function: