waLBerla 7.2
|
Namespaces | |
namespace | walberla |
Storage for detected contacts which can be used to perform actions for all contacts, e.g. | |
namespace | walberla::gpu |
Macros | |
#define | WALBERLA_GPU_CHECK(ans) { ::walberla::gpu::checkForError((ans), __FILE__, __LINE__); } |
#define | WALBERLA_GPU_CHECK_LAST_ERROR() { ::walberla::gpu::checkForLastError(__FILE__, __LINE__); } |
Functions | |
void | walberla::gpu::checkForError (gpuError_t code, const std::string &callerPath, const int line) |
void | walberla::gpu::checkForLastError (const std::string &callerPath, const int line) |
#define WALBERLA_GPU_CHECK | ( | ans | ) | { ::walberla::gpu::checkForError((ans), __FILE__, __LINE__); } |
#define WALBERLA_GPU_CHECK_LAST_ERROR | ( | ) | { ::walberla::gpu::checkForLastError(__FILE__, __LINE__); } |