Neko 1.99.2
A portable framework for high-order spectral element flow simulations
Loading...
Searching...
No Matches
neumann.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 "neumann_kernel.cl.h"
Include dependency graph for neumann.c:

Go to the source code of this file.

Functions

void opencl_neumann_apply_scalar (void *msk, void *facet, void *x, void *flux, void *area, int *lx, int *m, cl_command_queue cmd_queue)
 
void opencl_neumann_apply_vector (void *msk, void *facet, void *x, void *y, void *z, void *flux_x, void *flux_y, void *flux_z, void *area, int *lx, int *m, cl_command_queue cmd_queue)
 

Function Documentation

◆ opencl_neumann_apply_scalar()

void opencl_neumann_apply_scalar ( void msk,
void facet,
void x,
void flux,
void area,
int lx,
int m,
cl_command_queue  cmd_queue 
)

Fortran wrapper for device neumann apply scalar

Definition at line 52 of file neumann.c.

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

◆ opencl_neumann_apply_vector()

void opencl_neumann_apply_vector ( void msk,
void facet,
void x,
void y,
void z,
void flux_x,
void flux_y,
void flux_z,
void area,
int lx,
int m,
cl_command_queue  cmd_queue 
)

Fortran wrapper for device neumann apply vector

Definition at line 86 of file neumann.c.

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