| 
    Neko 1.99.1
    
   A portable framework for high-order spectral element flow simulations 
   | 
 
#include <string.h>#include <stdlib.h>#include <stdio.h>#include <hip/hip_runtime.h>#include <device/device_config.h>#include <device/hip/check.h>#include "convect_scalar_kernel.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 | hip_convect_scalar (void *du, void *u, void *cr, void *cs, void *ct, void *dx, void *dy, void *dz, int *nel, int *lx) | 
| void hip_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 hip convective terms
Definition at line 58 of file opr_convect_scalar.hip.
