| 
    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 "ax_helm_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_KSTEP_PADDED(LX) | 
| #define | CASE(LX) | 
| #define | CASE_PADDED(LX) | 
| #define | CASE_LARGE(LX) | 
| #define | CASE_LARGE_PADDED(LX) | 
| #define | CASE_VECTOR_KSTEP(LX) | 
| #define | CASE_VECTOR_KSTEP_PADDED(LX) | 
| #define | CASE_VECTOR(LX) | 
| #define | CASE_VECTOR_PADDED(LX) | 
Functions | |
| template<const int > | |
| int | tune (void *w, void *u, void *dx, void *dy, void *dz, void *dxt, void *dyt, void *dzt, void *h1, void *g11, void *g22, void *g33, void *g12, void *g13, void *g23, int *nelv, int *lx) | 
| template<const int > | |
| int | tune_padded (void *w, void *u, void *dx, void *dy, void *dz, void *dxt, void *dyt, void *dzt, void *h1, void *g11, void *g22, void *g33, void *g12, void *g13, void *g23, int *nelv, int *lx) | 
| void | hip_ax_helm (void *w, void *u, void *dx, void *dy, void *dz, void *dxt, void *dyt, void *dzt, void *h1, void *g11, void *g22, void *g33, void *g12, void *g13, void *g23, int *nelv, int *lx) | 
| void | hip_ax_helm_vector (void *au, void *av, void *aw, void *u, void *v, void *w, void *dx, void *dy, void *dz, void *dxt, void *dyt, void *dzt, void *h1, void *g11, void *g22, void *g33, void *g12, void *g13, void *g23, int *nelv, int *lx) | 
| void | hip_ax_helm_vector_part2 (void *au, void *av, void *aw, void *u, void *v, void *w, void *h2, void *B, int *n) | 
| void hip_ax_helm | ( | void * | w, | 
| void * | u, | ||
| void * | dx, | ||
| void * | dy, | ||
| void * | dz, | ||
| void * | dxt, | ||
| void * | dyt, | ||
| void * | dzt, | ||
| void * | h1, | ||
| void * | g11, | ||
| void * | g22, | ||
| void * | g33, | ||
| void * | g12, | ||
| void * | g13, | ||
| void * | g23, | ||
| int * | nelv, | ||
| int * | lx | ||
| ) | 
Fortran wrapper for device HIP Ax
Definition at line 64 of file ax_helm.hip.

| void hip_ax_helm_vector | ( | void * | au, | 
| void * | av, | ||
| void * | aw, | ||
| void * | u, | ||
| void * | v, | ||
| void * | w, | ||
| void * | dx, | ||
| void * | dy, | ||
| void * | dz, | ||
| void * | dxt, | ||
| void * | dyt, | ||
| void * | dzt, | ||
| void * | h1, | ||
| void * | g11, | ||
| void * | g22, | ||
| void * | g33, | ||
| void * | g12, | ||
| void * | g13, | ||
| void * | g23, | ||
| int * | nelv, | ||
| int * | lx | ||
| ) | 
Fortran wrapper for device HIP Ax vector version
Definition at line 188 of file ax_helm.hip.

| void hip_ax_helm_vector_part2 | ( | void * | au, | 
| void * | av, | ||
| void * | aw, | ||
| void * | u, | ||
| void * | v, | ||
| void * | w, | ||
| void * | h2, | ||
| void * | B, | ||
| int * | n | ||
| ) | 
Fortran wrapper for device HIP Ax vector version part2
Definition at line 258 of file ax_helm.hip.
