error_check_cuda.h
More...
#include "../global/global.h"
Go to the source code of this file.
|
|
#define | N_Z 24 |
| |
|
#define | N_Y 24 |
| |
|
|
int | Check_Field_Along_Axis (Real *dev_array, int n_field, int nx, int ny, int nz, int n_ghost, dim3 Grid_Error, dim3 Block_Error) |
| |
|
__global__ void | Check_Value_Along_Axis (Real *dev_array, int n_field, int nx, int ny, int nz, int n_ghost, int *return_value) |
| |