Neko
0.9.99
A portable framework for high-order spectral element flow simulations
|
#include <algorithm>
#include <device/device_config.h>
#include <device/cuda/check.h>
#include "symmetry_kernel.h"
Go to the source code of this file.
Functions | |
void | cuda_symmetry_apply_vector (void *xmsk, void *ymsk, void *zmsk, void *x, void *y, void *z, int *m, int *n, int *l) |
void cuda_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 47 of file symmetry.cu.