|
Neko 1.99.6
A portable framework for high-order spectral element flow simulations
|
#include <device/device_config.h>#include <device/cuda/check.h>#include <device/cuda/buffer.h>#include "projection_kernel.h"#include <math/bcknd/device/cuda/math_kernel.h>#include <math/bcknd/device/device_mpi_reduce.h>#include <math/bcknd/device/device_mpi_op.h>Go to the source code of this file.
Functions | |
| void | cuda_project_on (void *alpha, void *b, void *xx, void *bb, void *mult, void *xbar, int *j, int *n) |
| void | cuda_project_ortho (void *alpha, void *b, void *xx, void *bb, void *w, void *xm, int *j, int *n, real *nrm) |
Variables | |
| cuda_buffer_t | proj_bufred = CUDA_BUFFER_INIT_DEV |
| void cuda_project_on | ( | void * | alpha, |
| void * | b, | ||
| void * | xx, | ||
| void * | bb, | ||
| void * | mult, | ||
| void * | xbar, | ||
| int * | j, | ||
| int * | n | ||
| ) |
Definition at line 54 of file projection.cu.


| void cuda_project_ortho | ( | void * | alpha, |
| void * | b, | ||
| void * | xx, | ||
| void * | bb, | ||
| void * | w, | ||
| void * | xm, | ||
| int * | j, | ||
| int * | n, | ||
| real * | nrm | ||
| ) |
Definition at line 123 of file projection.cu.


| cuda_buffer_t proj_bufred = CUDA_BUFFER_INIT_DEV |
Definition at line 47 of file projection.cu.