Tissue Forge C++ 0.2.1
Interactive, particle-based physics, chemistry and biology modeling and simulation environment
Loading...
Searching...
No Matches
TissueForge::cuda::task_cuda Struct Reference

#include <tfRunner_cuda.h>

Public Attributes

short int type
 
short int subtype
 
volatile int wait
 
int flags
 
int i
 
int j
 
int nr_unlock
 
int unlock [124]
 

Detailed Description

Struct for each task.

Member Data Documentation

◆ flags

int TissueForge::cuda::task_cuda::flags

Task flags.

◆ i

int TissueForge::cuda::task_cuda::i

Indices of the cells involved.

◆ nr_unlock

int TissueForge::cuda::task_cuda::nr_unlock

Nr of task that this task unlocks.

◆ type

short int TissueForge::cuda::task_cuda::type

Task type and subtype.

◆ unlock

int TissueForge::cuda::task_cuda::unlock[124]

List of task that this task unlocks (dependencies).

◆ wait

volatile int TissueForge::cuda::task_cuda::wait

Wait counters.


The documentation for this struct was generated from the following file: