Neko  0.8.1
A portable framework for high-order spectral element flow simulations
gmres_kernel.h File Reference
Include dependency graph for gmres_kernel.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

template<typename T >
__global__ void gmres_part2_kernel (T *__restrict__ w, T *const *__restrict__ v, const T *__restrict__ mult, const T *__restrict__ h, T *__restrict__ buf_h1, const int j, const int n)
 

Function Documentation

◆ gmres_part2_kernel()

template<typename T >
__global__ void gmres_part2_kernel ( T *__restrict__  w,
T *const *__restrict__  v,
const T *__restrict__  mult,
const T *__restrict__  h,
T *__restrict__  buf_h1,
const int  j,
const int  n 
)

Kernel for back-substitution of x and update of p

Definition at line 43 of file gmres_kernel.h.

Here is the call graph for this function: