Neko  0.8.99
A portable framework for high-order spectral element flow simulations
dirichlet.c File Reference
#include <CL/cl.h>
#include <stdio.h>
#include <device/device_config.h>
#include <device/opencl/jit.h>
#include <device/opencl/prgm_lib.h>
#include <device/opencl/check.h>
#include "dirichlet_kernel.cl.h"
Include dependency graph for dirichlet.c:

Go to the source code of this file.

Functions

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

Function Documentation

◆ opencl_dirichlet_apply_scalar()

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

Fortran wrapper for device dirichlet apply scalar

Definition at line 52 of file dirichlet.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ opencl_dirichlet_apply_vector()

void opencl_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 80 of file dirichlet.c.

Here is the call graph for this function:
Here is the caller graph for this function: