Neko
0.9.0
A portable framework for high-order spectral element flow simulations
|
#include <hip/hip_runtime.h>
#include <device/device_config.h>
#include <device/hip/check.h>
#include "dong_outflow_kernel.h"
Go to the source code of this file.
Functions | |
void | hip_dong_outflow_apply_scalar (void *msk, void *x, void *normal_x, void *normal_y, void *normal_z, void *u, void *v, void *w, real *uinf, real *delta, int *m) |
void hip_dong_outflow_apply_scalar | ( | void * | msk, |
void * | x, | ||
void * | normal_x, | ||
void * | normal_y, | ||
void * | normal_z, | ||
void * | u, | ||
void * | v, | ||
void * | w, | ||
real * | uinf, | ||
real * | delta, | ||
int * | m | ||
) |
Fortran wrapper for device dong apply scalar
Definition at line 45 of file dong_outflow.hip.