Neko  0.8.1
A portable framework for high-order spectral element flow simulations
no_slip_wall.hip File Reference
#include <hip/hip_runtime.h>
#include <device/device_config.h>
#include <device/hip/check.h>
#include "no_slip_wall_kernel.h"
Include dependency graph for no_slip_wall.hip:

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)
 

Function Documentation

◆ hip_no_slip_wall_apply_scalar()

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.

◆ hip_no_slip_wall_apply_vector()

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.