Public Member Functions | |
entityPackList () | |
~entityPackList () | |
bool | add (int global, int nGlobal) |
Return true if we should add this global number, false if it's already there. | |
int | getLocal (int global) const |
Return the local number of this global entity:. | |
int | getGlobal (int local) const |
Return the global number of this local entity:. | |
entityPackList () | |
~entityPackList () | |
bool | add (int global, int nGlobal) |
Return true if we should add this global number, false if it's already there. | |
int | getLocal (int global) const |
Return the local number of this global entity:. | |
int | getGlobal (int local) const |
Return the global number of this local entity:. | |
Data Fields | |
int | n |
Private Member Functions | |
void | allocate (int nGlobal) |
void | allocate (int nGlobal) |
Private Attributes | |
int * | mark |
int * | locals |
int * | mark |
int * | locals |
Definition at line 175 of file parallelsurfacetransfer.C.
entityPackList::entityPackList | ( | ) | [inline] |
entityPackList::~entityPackList | ( | ) | [inline] |
entityPackList::entityPackList | ( | ) | [inline] |
entityPackList::~entityPackList | ( | ) | [inline] |
void entityPackList::allocate | ( | int | nGlobal | ) | [inline, private] |
Definition at line 178 of file parallelsurfacetransfer.C.
Referenced by add().
Return true if we should add this global number, false if it's already there.
Definition at line 191 of file parallelsurfacetransfer.C.
References allocate(), locals, mark, and n.
Referenced by faceSender::countFace(), and tetSender::countTet().
Return the local number of this global entity:.
Definition at line 202 of file parallelsurfacetransfer.C.
References mark.
Referenced by faceSender::putFace(), and tetSender::putTet().
Return the global number of this local entity:.
Definition at line 204 of file parallelsurfacetransfer.C.
References locals.
Referenced by faceSender::putFace(), and tetSender::putTet().
void entityPackList::allocate | ( | int | nGlobal | ) | [inline, private] |
Return true if we should add this global number, false if it's already there.
Definition at line 181 of file paralleltransfer.C.
References allocate(), locals, mark, and n.
Return the local number of this global entity:.
Definition at line 192 of file paralleltransfer.C.
References mark.
Return the global number of this local entity:.
Definition at line 194 of file paralleltransfer.C.
References locals.
int* entityPackList::mark [private] |
Definition at line 176 of file parallelsurfacetransfer.C.
Referenced by add(), allocate(), entityPackList(), getLocal(), and ~entityPackList().
int* entityPackList::locals [private] |
Definition at line 177 of file parallelsurfacetransfer.C.
Referenced by add(), allocate(), entityPackList(), getGlobal(), and ~entityPackList().
Definition at line 184 of file parallelsurfacetransfer.C.
Referenced by add(), entityPackList(), faceSender::putFace(), and tetSender::putTet().
int* entityPackList::mark [private] |
Definition at line 166 of file paralleltransfer.C.
int* entityPackList::locals [private] |
Definition at line 167 of file paralleltransfer.C.