Cholla 3.0.1-dev
Cholla - Massively parallel hydro on GPUs
Loading...
Searching...
No Matches
ppmc_cuda.h
Go to the documentation of this file.
1
5#ifndef PPMC_CUDA_H
6#define PPMC_CUDA_H
7
8#include "../global/global.h"
9
28template <int dir>
29__global__ void PPMC_CTU(Real *dev_conserved, Real *dev_bounds_L, Real *dev_bounds_R, int nx, int ny, int nz, Real dx,
30 Real dt, Real gamma);
31
51template <int dir>
52__global__ __launch_bounds__(TPB) void PPMC_VL(Real *dev_conserved, Real *dev_bounds_L, Real *dev_bounds_R, int nx,
53 int ny, int nz, Real gamma);
54
55#endif // PPMC_CUDA_H
__global__ void PPMC_CTU(Real *dev_conserved, Real *dev_bounds_L, Real *dev_bounds_R, int nx, int ny, int nz, Real dx, Real dt, Real gamma)
Computes the left and right interface states using PPM with limiting in the characteristic variables ...
Definition ppmc_cuda.cu:23
__global__ __launch_bounds__(TPB) void PPMC_VL(Real *dev_conserved
Computes the left and right interface states using PPM with limiting in the characteristic variables....