dune-grid
2.2.0
|
Defines | |
#define | __GRAPE_COMMON_CC__ |
#define | MINIMUM(a, b) (((a) > (b)) ? (b) : (a)) |
#define | MAXIMUM(a, b) (((a) < (b)) ? (b) : (a)) |
Enumerations | |
enum | { numberOfPartitionTypes = 6 } |
enum | { numberOfIterators = 4 } |
Functions | |
static BUTTON * | button_set_current_data_item (int pnr) |
void | setDefaultIteratorValue (int val) |
void | setupLeafButton (MANAGER *mgr, void *sc, int yesTimeScene) |
void | removeLeafButton (MANAGER *mgr, void *sc) |
void | timeSceneInit (INFO *info, const int n_info, const int procs) |
Variables | |
static const char * | partitionNames [numberOfPartitionTypes] |
static const char * | iteratorNames [numberOfIterators] |
static int | actualPartitionType = 0 |
#define __GRAPE_COMMON_CC__ |
#define MAXIMUM | ( | a, | |
b | |||
) | (((a) < (b)) ? (b) : (a)) |
Referenced by timeSceneInit().
#define MINIMUM | ( | a, | |
b | |||
) | (((a) > (b)) ? (b) : (a)) |
static BUTTON* button_set_current_data_item | ( | int | pnr | ) | [static] |
References actualPartitionType.
Referenced by setupLeafButton().
void removeLeafButton | ( | MANAGER * | mgr, |
void * | sc | ||
) | [inline] |
Referenced by handleMesh().
void setDefaultIteratorValue | ( | int | val | ) | [inline] |
void setupLeafButton | ( | MANAGER * | mgr, |
void * | sc, | ||
int | yesTimeScene | ||
) | [inline] |
References button_set_current_data_item(), iteratorNames, numberOfIterators, numberOfPartitionTypes, and partitionNames.
Referenced by handleMesh().
void timeSceneInit | ( | INFO * | info, |
const int | n_info, | ||
const int | procs | ||
) | [inline] |
References MAXIMUM.
int actualPartitionType = 0 [static] |
Referenced by button_set_current_data_item().
const char* iteratorNames[numberOfIterators] [static] |
{ "LeafIterator", "LevelIterator", "Macro + HierarchicIterator", "GridPart Iterator", }
Referenced by setupLeafButton().
const char* partitionNames[numberOfPartitionTypes] [static] |
{ "Interior_Partition", "InteriorBorder_Partition", "Overlap_Partition", "OverlapFront_Partition", "All_Partition", "Ghost_Partition" }
Referenced by setupLeafButton().