dune-grid
2.4.1
|
#include "grapecommon.hh"
Macros | |
#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) |
SCENE * | combine_scenes_send () |
void | displayTimeScene (INFO *info, 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 |
References actualPartitionType.
Referenced by setupLeafButton().
|
inline |
Referenced by displayTimeScene().
|
inline |
References combine_scenes_send(), grape_add_remove_methods(), initPartitionDisp(), and setupLeafButton().
|
inline |
Referenced by handleMesh().
|
inline |
|
inline |
References button_set_current_data_item(), iteratorNames, numberOfIterators, numberOfPartitionTypes, and partitionNames.
Referenced by displayTimeScene(), and handleMesh().
|
inline |
References MAXIMUM, info::name, and info::tsc.
|
static |
Referenced by button_set_current_data_item().
|
static |
Referenced by setupLeafButton().
|
static |
Referenced by setupLeafButton().