14#ifndef GEOMETRY_INIT_GPU_H
15#define GEOMETRY_INIT_GPU_H
void init_neighbors_gpu(void)
This function transfers geometry lookup tables and global variables to the device so that they are gl...
Definition geometry_init_gpu.c:10
void init_gpu(input_gpu gpu_var)
Call this in an init function to setup available graphics card for use. This also logs information on...
Definition init_gpu.c:31
Basic gpu imports and structs. Include this in files that define GPU logic.