![]() |
Timothy
0.9
Tissue Modelling Framework
|
contains the most important global variables, arrays and defines More...
#include <zoltan.h>

Go to the source code of this file.
Data Structures | |
| struct | cellData |
| struct | partData |
| struct | densPotData |
| struct | doubleVector3d |
| struct | int64Vector3d |
| struct | floatVector3d |
| struct | statisticsData |
| struct | bht_node |
Macros | |
| #define | VERSION "1.0" |
| #define | POWER_OF_TWO(x) !(x&(x-1)) |
| #define | numberOfCounts 8 |
| #define | nc totalCellCount[0] |
| #define | g0nc totalCellCount[1] |
| #define | g1nc totalCellCount[2] |
| #define | snc totalCellCount[3] |
| #define | g2nc totalCellCount[4] |
| #define | mnc totalCellCount[5] |
| #define | cnc totalCellCount[6] |
| #define | nnc totalCellCount[7] |
| #define | lnc localCellCount[0] |
| #define | lg0nc localCellCount[1] |
| #define | lg1nc localCellCount[2] |
| #define | lsnc localCellCount[3] |
| #define | lg2nc localCellCount[4] |
| #define | lmnc localCellCount[5] |
| #define | lcnc localCellCount[6] |
| #define | lnnc localCellCount[7] |
| #define | SEED 985456376 |
contains the most important global variables, arrays and defines
Definition in file global.h.
| #define cnc totalCellCount[6] |
| #define g0nc totalCellCount[1] |
| #define g1nc totalCellCount[2] |
| #define g2nc totalCellCount[4] |
| #define lcnc localCellCount[6] |
| #define lg0nc localCellCount[1] |
| #define lg1nc localCellCount[2] |
| #define lg2nc localCellCount[4] |
| #define lmnc localCellCount[5] |
| #define lnc localCellCount[0] |
| #define lnnc localCellCount[7] |
| #define lsnc localCellCount[3] |
| #define mnc totalCellCount[5] |
| #define nc totalCellCount[0] |
| #define nnc totalCellCount[7] |
| #define snc totalCellCount[3] |
| int64_t localCellCount[numberOfCounts] |
| struct densPotData* recvDensPotData |
| struct densPotData* sendDensPotData |
| struct statisticsData statistics |
| int64_t totalCellCount[numberOfCounts] |
| struct doubleVector3d* velocity |