| 
    Neko 1.99.1
    
   A portable framework for high-order spectral element flow simulations 
   | 
 
#include <string.h>#include <stdlib.h>#include <stdio.h>#include "convect_scalar_kernel.h"#include <device/device_config.h>#include <device/cuda/check.h>#include <common/neko_log.h>Go to the source code of this file.
Macros | |
| #define | CASE_1D(LX) | 
| #define | CASE_KSTEP(LX) | 
| #define | CASE(LX) | 
| #define | CASE_LARGE(LX) | 
Functions | |
| template<const int > | |
| int | tune_convect_scalar (void *du, void *u, void *cr, void *cs, void *ct, void *dx, void *dy, void *dz, int *nel, int *lx) | 
| void | cuda_convect_scalar (void *du, void *u, void *cr, void *cs, void *ct, void *dx, void *dy, void *dz, int *nel, int *lx) | 
| void cuda_convect_scalar | ( | void * | du, | 
| void * | u, | ||
| void * | cr, | ||
| void * | cs, | ||
| void * | ct, | ||
| void * | dx, | ||
| void * | dy, | ||
| void * | dz, | ||
| int * | nel, | ||
| int * | lx | ||
| ) | 
Fortran wrapper for device cuda convective terms
Definition at line 57 of file opr_convect_scalar.cu.

