|
Neko 1.99.1
A portable framework for high-order spectral element flow simulations
|
Go to the source code of this file.
Functions | |
| void | cuda_dirichlet_apply_scalar (void *msk, void *x, real *g, int *m, cudaStream_t strm) |
| void | cuda_dirichlet_apply_vector (void *msk, void *x, void *y, void *z, real *g, int *m, cudaStream_t strm) |
Fortran wrapper for device dirichlet apply scalar
Definition at line 44 of file dirichlet.cu.


| void cuda_dirichlet_apply_vector | ( | void * | msk, |
| void * | x, | ||
| void * | y, | ||
| void * | z, | ||
| real * | g, | ||
| int * | m, | ||
| cudaStream_t | strm | ||
| ) |
Fortran wrapper for device dirichlet apply vector
Definition at line 58 of file dirichlet.cu.

