#include <amr.h>
Public Member Functions | |
~ChildInitMsg () | |
Static Public Member Functions | |
static void * | pack (ChildInitMsg *msg) |
static ChildInitMsg * | unpack (void *inbuf) |
Data Fields | |
int | run_until |
int | num_neighbors |
int | synchstep |
int | dataSize |
void * | data |
Definition at line 153 of file amr.h.
ChildInitMsg::~ChildInitMsg | ( | ) | [inline] |
Definition at line 164 of file amr.h.
References data, and AmrUserData::deleteChildData().
void * ChildInitMsg::pack | ( | ChildInitMsg * | msg | ) | [static] |
Definition at line 333 of file amr.C.
References buf, CkAllocBuffer(), data, dataSize, int, num_neighbors, run_until, and synchstep.
ChildInitMsg * ChildInitMsg::unpack | ( | void * | inbuf | ) | [static] |
Definition at line 364 of file amr.C.
References buf, CkAllocBuffer(), CkFreeMsg(), data, dataSize, int, msg, num_neighbors, run_until, and synchstep.
Definition at line 156 of file amr.h.
Referenced by Cell::change_to_leaf(), pack(), Cell::refine(), and unpack().
Definition at line 157 of file amr.h.
Referenced by Cell::change_to_leaf(), pack(), Cell::refine(), and unpack().
Definition at line 158 of file amr.h.
Referenced by Cell::change_to_leaf(), pack(), Cell::refine(), and unpack().
Definition at line 159 of file amr.h.
Referenced by Cell::change_to_leaf(), pack(), Cell::refine(), and unpack().
void* ChildInitMsg::data |
Definition at line 160 of file amr.h.
Referenced by Cell::change_to_leaf(), pack(), Cell::refine(), unpack(), and ~ChildInitMsg().