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

Go to the source code of this file.

Macros

#define MAX(a, b)   (a > b ? a : b)
 

Functions

void opencl_symmetry_apply_vector (void *xmsk, void *ymsk, void *zmsk, void *x, void *y, void *z, int *m, int *n, int *l)
 

Macro Definition Documentation

◆ MAX

#define MAX (   a,
 
)    (a > b ? a : b)

Definition at line 49 of file symmetry.c.

Function Documentation

◆ opencl_symmetry_apply_vector()

void opencl_symmetry_apply_vector ( void xmsk,
void ymsk,
void zmsk,
void x,
void y,
void z,
int m,
int n,
int l 
)

Fortran wrapper for device symmetry apply vector

Definition at line 54 of file symmetry.c.

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