|
Neko 1.99.1
A portable framework for high-order spectral element flow simulations
|
#include <string.h>#include <stdlib.h>#include <stdio.h>#include <device/device_config.h>#include <device/cuda/check.h>#include "wale_nut_kernel.h"#include <common/neko_log.h>Go to the source code of this file.
Functions | |
| void | cuda_wale_nut_compute (void *g11, void *g12, void *g13, void *g21, void *g22, void *g23, void *g31, void *g32, void *g33, void *delta, void *nut, void *mult, real *c, real *eps, int *n) |
| void cuda_wale_nut_compute | ( | void * | g11, |
| void * | g12, | ||
| void * | g13, | ||
| void * | g21, | ||
| void * | g22, | ||
| void * | g23, | ||
| void * | g31, | ||
| void * | g32, | ||
| void * | g33, | ||
| void * | delta, | ||
| void * | nut, | ||
| void * | mult, | ||
| real * | c, | ||
| real * | eps, | ||
| int * | n | ||
| ) |
Definition at line 47 of file wale_nut.cu.

