Neko  0.8.1
A portable framework for high-order spectral element flow simulations
gmres_aux.cu File Reference
Include dependency graph for gmres_aux.cu:

Go to the source code of this file.

Functions

real cuda_gmres_part2 (void *w, void *v, void *h, void *mult, int *j, int *n)
 

Variables

realgmres_bf1 = NULL
 
realgmres_bfd1 = NULL
 
int gmres_bf_len = 0
 

Function Documentation

◆ cuda_gmres_part2()

real cuda_gmres_part2 ( void *  w,
void *  v,
void *  h,
void *  mult,
int *  j,
int *  n 
)

Definition at line 52 of file gmres_aux.cu.

Here is the call graph for this function:
Here is the caller graph for this function:

Variable Documentation

◆ gmres_bf1

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

Definition at line 48 of file gmres_aux.cu.

◆ gmres_bf_len

int gmres_bf_len = 0

Definition at line 50 of file gmres_aux.cu.

◆ gmres_bfd1

real* gmres_bfd1 = NULL

Definition at line 49 of file gmres_aux.cu.