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

Go to the source code of this file.

Functions

void cuda_inhom_dirichlet_apply_vector (void *msk, void *x, void *y, void *z, void *bla_x, void *bla_y, void *bla_z, int *m)
 
void cuda_inhom_dirichlet_apply_scalar (void *msk, void *x, void *bla_x, int *m)
 

Function Documentation

◆ cuda_inhom_dirichlet_apply_scalar()

void cuda_inhom_dirichlet_apply_scalar ( void *  msk,
void *  x,
void *  bla_x,
int *  m 
)

Fortran wrapper for device inhom_dirichlet apply scalar

Definition at line 65 of file inhom_dirichlet.cu.

Here is the caller graph for this function:

◆ cuda_inhom_dirichlet_apply_vector()

void cuda_inhom_dirichlet_apply_vector ( void *  msk,
void *  x,
void *  y,
void *  z,
void *  bla_x,
void *  bla_y,
void *  bla_z,
int *  m 
)

Fortran wrapper for device inhom_dirichlet apply vector

Definition at line 44 of file inhom_dirichlet.cu.

Here is the caller graph for this function: