Neko 0.9.99
A portable framework for high-order spectral element flow simulations
Loading...
Searching...
No Matches
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"

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.

Here is the call graph for this function:

◆ 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.

Here is the call graph for this function: