Neko
0.8.99
A portable framework for high-order spectral element flow simulations
|
Go to the source code of this file.
Functions | |
void | cuda_cg_update_xp (void *x, void *p, void *u, void *alpha, void *beta, int *p_cur, int *p_space, int *n) |
void | cuda_pipecg_vecops (void *p, void *q, void *r, void *s, void *u1, void *u2, void *w, void *z, void *ni, void *mi, real *alpha, real *beta, void *mult, real *reduction, int *n) |
Variables | |
real * | buf = NULL |
real * | buf_d1 = NULL |
real * | buf_d2 = NULL |
real * | buf_d3 = NULL |
int | buf_len = 0 |
void cuda_cg_update_xp | ( | void * | x, |
void * | p, | ||
void * | u, | ||
void * | alpha, | ||
void * | beta, | ||
int * | p_cur, | ||
int * | p_space, | ||
int * | n | ||
) |
Definition at line 50 of file pipecg_aux.cu.
void cuda_pipecg_vecops | ( | void * | p, |
void * | q, | ||
void * | r, | ||
void * | s, | ||
void * | u1, | ||
void * | u2, | ||
void * | w, | ||
void * | z, | ||
void * | ni, | ||
void * | mi, | ||
real * | alpha, | ||
real * | beta, | ||
void * | mult, | ||
real * | reduction, | ||
int * | n | ||
) |
Definition at line 65 of file pipecg_aux.cu.
real* buf = NULL |
Definition at line 42 of file pipecg_aux.cu.
real* buf_d1 = NULL |
Definition at line 43 of file pipecg_aux.cu.
real* buf_d2 = NULL |
Definition at line 44 of file pipecg_aux.cu.
real* buf_d3 = NULL |
Definition at line 45 of file pipecg_aux.cu.
int buf_len = 0 |
Definition at line 46 of file pipecg_aux.cu.