cholla
src
hllc_cuda.h
Go to the documentation of this file.
1
4
#ifdef CUDA
5
6
#ifndef HLLC_CUDA_H
7
#define HLLC_CUDA_H
8
9
#include"global.h"
10
11
14
__global__
void
Calculate_HLLC_Fluxes_CUDA(Real *dev_bounds_L, Real *dev_bounds_R, Real *dev_flux,
int
nx,
int
ny,
int
nz,
int
n_ghost, Real gamma,
int
dir,
int
n_fields);
15
16
17
18
#endif //HLLC_CUDA_H
19
#endif //CUDA
Generated by
1.8.12