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

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

cuda_buffer_t gmres_redbuf = CUDA_BUFFER_INIT_SYMM
 

Function Documentation

◆ cuda_gmres_part2()

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

Definition at line 62 of file gmres_aux.cu.

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

Variable Documentation

◆ gmres_redbuf

Reduction buffer, owned by the device layer and released on device teardown (cuda_buffer_free_all in cuda_finalize)

Definition at line 60 of file gmres_aux.cu.