| 
    Neko 1.99.1
    
   A portable framework for high-order spectral element flow simulations 
   | 
 
#include <stdio.h>#include "gmres_kernel.h"#include <device/device_config.h>#include <device/cuda/check.h>#include <math/bcknd/device/device_mpi_reduce.h>#include <math/bcknd/device/device_mpi_op.h>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 | |
| real * | gmres_bf1 = NULL | 
| real * | gmres_bfd1 = NULL | 
| int | gmres_bf_len = 0 | 
Definition at line 62 of file gmres_aux.cu.


Definition at line 58 of file gmres_aux.cu.
| int gmres_bf_len = 0 | 
Definition at line 60 of file gmres_aux.cu.
Definition at line 59 of file gmres_aux.cu.