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 "no_slip_wall_kernel.h"
Go to the source code of this file.
Functions | |
void | hip_no_slip_wall_apply_scalar (void *msk, void *x, int *m) |
void | hip_no_slip_wall_apply_vector (void *msk, void *x, void *y, void *z, int *m) |
void hip_no_slip_wall_apply_scalar | ( | void * | msk, |
void * | x, | ||
int * | m | ||
) |
Fortran wrapper for device no-slip wall apply vector
Definition at line 45 of file no_slip_wall.hip.
void hip_no_slip_wall_apply_vector | ( | void * | msk, |
void * | x, | ||
void * | y, | ||
void * | z, | ||
int * | m | ||
) |
Fortran wrapper for device no-slip wall apply vector
Definition at line 59 of file no_slip_wall.hip.