20#ifndef _MDCORE_SOURCE_TFFLUX_CUDA_H_
21#define _MDCORE_SOURCE_TFFLUX_CUDA_H_
23#include <cuda_runtime.h>
25#include <mdcore_config.h>
32 struct FluxTypeIdPair {
73 void Flux_getFluxes(
int **fxind_cuda,
Fluxes **fluxes_cuda);
76 void Flux_getNrFluxes(
unsigned int *nr_fluxes);
79 void Flux_getNrStates(
unsigned int *nr_states);
Tissue Forge GPU acceleration on CUDA-supporting devices.
Definition tfAngleConfig.h:26
A flux is defined between a pair of types, and acts on the state vector between a pair of instances.
Definition tfFlux.h:88
Definition tfFlux_cuda.h:41
Definition tfFlux_cuda.h:32
Definition tfFlux_cuda.h:60