Neko 0.9.99
A portable framework for high-order spectral element flow simulations
Loading...
Searching...
No Matches
pipecg_aux.cu File Reference

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

realbuf = NULL
 
realbuf_d1 = NULL
 
realbuf_d2 = NULL
 
realbuf_d3 = NULL
 
int buf_len = 0
 

Function Documentation

◆ cuda_cg_update_xp()

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.

Here is the call graph for this function:

◆ cuda_pipecg_vecops()

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.

Here is the call graph for this function:

Variable Documentation

◆ buf

real* buf = NULL
Todo:
Make sure that this gets deleted at some point...

Definition at line 42 of file pipecg_aux.cu.

◆ buf_d1

real* buf_d1 = NULL

Definition at line 43 of file pipecg_aux.cu.

◆ buf_d2

real* buf_d2 = NULL

Definition at line 44 of file pipecg_aux.cu.

◆ buf_d3

real* buf_d3 = NULL

Definition at line 45 of file pipecg_aux.cu.

◆ buf_len

int buf_len = 0

Definition at line 46 of file pipecg_aux.cu.