Neko
0.9.0
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 |
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.
real* gmres_bf1 = NULL |
Definition at line 48 of file gmres_aux.cu.
int gmres_bf_len = 0 |
Definition at line 50 of file gmres_aux.cu.
real* gmres_bfd1 = NULL |
Definition at line 49 of file gmres_aux.cu.