Public Types | |
typedef CkVec< int > | dynList |
typedef CkVec< int > | dynList |
Public Member Functions | |
int | addRealElement (int type, int globalNo) |
int | addRealNode (int globalNo) |
int | addRealElement (int type, int globalNo) |
int | addRealNode (int globalNo) |
Data Fields | |
NumberedVec< dynList > | elem |
dynList | node |
NumberedVec< dynList > | elem |
Lists the global numbers of the local real elements of each chunk.
This saves some memory by allowing us to stream out the chunks, doing the copy for the large number of local elements as a final step before sending the chunk off.
As such, this (rather nasty!) class is *not* used for sparse data, ghosts, symmetries, etc.
Definition at line 117 of file map.C.
typedef CkVec<int> dynChunk::dynList |
typedef CkVec<int> dynChunk::dynList |
Definition at line 128 of file map.C.
Referenced by splitter::buildCommLists().
Definition at line 120 of file map.C.
Referenced by splitter::addGhostPair(), splitter::consistencyCheck(), splitter::createMesh(), and splitter::splitter().
Definition at line 121 of file map.C.
Referenced by splitter::buildCommLists(), splitter::consistencyCheck(), and splitter::createMesh().