#include <amr.h>
Public Member Functions | |
StartUpMsg () | |
StartUpMsg (int dep, int synchInt, int dim, int totIter) | |
StartUpMsg (int dep, int synchInt, int dim, int totIter, bool statcoll) | |
Data Fields | |
int | depth |
int | synchInterval |
int | dimension |
int | totalIterations |
int | statCollection |
Definition at line 241 of file amr.h.
StartUpMsg::StartUpMsg | ( | ) | [inline] |
Definition at line 249 of file amr.h.
References depth, dimension, statCollection, and synchInterval.
Definition at line 255 of file amr.h.
References depth, dimension, statCollection, synchInterval, and totalIterations.
Definition at line 263 of file amr.h.
References depth, dimension, statCollection, synchInterval, and totalIterations.
Definition at line 244 of file amr.h.
Referenced by AmrCoordinator::AmrCoordinator(), and StartUpMsg().
Definition at line 245 of file amr.h.
Referenced by AmrCoordinator::AmrCoordinator(), and StartUpMsg().
Definition at line 246 of file amr.h.
Referenced by AmrCoordinator::AmrCoordinator(), and StartUpMsg().
Definition at line 247 of file amr.h.
Referenced by AmrCoordinator::AmrCoordinator(), and StartUpMsg().
Definition at line 248 of file amr.h.
Referenced by AmrCoordinator::AmrCoordinator(), and StartUpMsg().