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

Go to the source code of this file.

Functions

void hip_dirichlet_apply_scalar (void *msk, void *x, real *g, int *m)
 
void hip_dirichlet_apply_vector (void *msk, void *x, void *y, void *z, real *g, int *m)
 

Function Documentation

◆ hip_dirichlet_apply_scalar()

void hip_dirichlet_apply_scalar ( void *  msk,
void *  x,
real g,
int *  m 
)

Fortran wrapper for device dirichlet apply scalar

Definition at line 45 of file dirichlet.hip.

◆ hip_dirichlet_apply_vector()

void hip_dirichlet_apply_vector ( void *  msk,
void *  x,
void *  y,
void *  z,
real g,
int *  m 
)

Fortran wrapper for device dirichlet apply vector

Definition at line 60 of file dirichlet.hip.