__read(T *dest, int n, MPI_Datatype type) | oofem::DynamicCommunicationBuffer | inlineprotected |
__write(T *src, int n, MPI_Datatype type) | oofem::DynamicCommunicationBuffer | inlineprotected |
active_packet | oofem::DynamicCommunicationBuffer | protected |
active_rank | oofem::DynamicCommunicationBuffer | protected |
active_tag | oofem::DynamicCommunicationBuffer | protected |
allocateNewPacket(int) | oofem::DynamicCommunicationBuffer | protected |
bcast(int root) | oofem::DynamicCommunicationBuffer | virtual |
clear() | oofem::DynamicCommunicationBuffer | protected |
CommunicationBuffer(MPI_Comm comm, int size, bool dynamic=0) | oofem::CommunicationBuffer | inline |
CommunicationBuffer(MPI_Comm comm, bool dynamic=0) | oofem::CommunicationBuffer | inline |
communicator | oofem::CommunicationBuffer | protected |
completed | oofem::DynamicCommunicationBuffer | protected |
DCB_Mode enum name | oofem::DynamicCommunicationBuffer | protected |
DCB_null enum value | oofem::DynamicCommunicationBuffer | protected |
DCB_receive enum value | oofem::DynamicCommunicationBuffer | protected |
DCB_send enum value | oofem::DynamicCommunicationBuffer | protected |
DynamicCommunicationBuffer(MPI_Comm comm, int size, bool dynamic=0) | oofem::DynamicCommunicationBuffer | |
DynamicCommunicationBuffer(MPI_Comm comm, bool dynamic=0) | oofem::DynamicCommunicationBuffer | |
freePacket(CommunicationPacket *) | oofem::DynamicCommunicationBuffer | protected |
giveFitSize(MPI_Datatype type, int availableSpace, int arrySize) | oofem::DynamicCommunicationBuffer | protected |
givePackSizeOfBool(int count) | oofem::CommunicationBuffer | virtual |
givePackSizeOfChar(int count) | oofem::CommunicationBuffer | virtual |
givePackSizeOfDouble(int count) | oofem::CommunicationBuffer | virtual |
givePackSizeOfInt(int count) | oofem::CommunicationBuffer | virtual |
givePackSizeOfLong(int count) | oofem::CommunicationBuffer | virtual |
init() | oofem::DynamicCommunicationBuffer | virtual |
initForPacking() | oofem::DynamicCommunicationBuffer | virtual |
initForUnpacking() | oofem::DynamicCommunicationBuffer | virtual |
iRecv(int source, int tag, int count=0) | oofem::DynamicCommunicationBuffer | virtual |
iSend(int dest, int tag) | oofem::DynamicCommunicationBuffer | virtual |
mode | oofem::DynamicCommunicationBuffer | protected |
number_of_packets | oofem::DynamicCommunicationBuffer | protected |
packet_list | oofem::DynamicCommunicationBuffer | protected |
packetPool | oofem::DynamicCommunicationBuffer | protectedstatic |
popNewRecvPacket() | oofem::DynamicCommunicationBuffer | protected |
printInfo() | oofem::DynamicCommunicationBuffer | inlinestatic |
pushNewRecvPacket(CommunicationPacket *) | oofem::DynamicCommunicationBuffer | protected |
read(int *dest, int n) | oofem::DynamicCommunicationBuffer | inlinevirtual |
read(long *dest, int n) | oofem::DynamicCommunicationBuffer | inlinevirtual |
read(unsigned long *dest, int n) | oofem::DynamicCommunicationBuffer | inlinevirtual |
read(double *dest, int n) | oofem::DynamicCommunicationBuffer | inlinevirtual |
read(char *dest, int n) | oofem::DynamicCommunicationBuffer | inlinevirtual |
oofem::CommunicationBuffer::read(bool &data) | oofem::CommunicationBuffer | virtual |
oofem::DataStream::read(int &data) | oofem::DataStream | inline |
oofem::DataStream::read(unsigned long &data) | oofem::DataStream | inline |
oofem::DataStream::read(long &data) | oofem::DataStream | inline |
oofem::DataStream::read(double &data) | oofem::DataStream | inline |
oofem::DataStream::read(char &data) | oofem::DataStream | inline |
oofem::DataStream::read(std::string &data) | oofem::DataStream | |
receiveCompleted() | oofem::DynamicCommunicationBuffer | protected |
recvIt | oofem::DynamicCommunicationBuffer | protected |
resize(int newSize) | oofem::DynamicCommunicationBuffer | inlinevirtual |
sendCompleted() | oofem::DynamicCommunicationBuffer | protected |
testCompletion() | oofem::DynamicCommunicationBuffer | virtual |
waitCompletion() | oofem::DynamicCommunicationBuffer | virtual |
write(const int *src, int n) | oofem::DynamicCommunicationBuffer | inlinevirtual |
write(const long *src, int n) | oofem::DynamicCommunicationBuffer | inlinevirtual |
write(const unsigned long *src, int n) | oofem::DynamicCommunicationBuffer | inlinevirtual |
write(const double *src, int n) | oofem::DynamicCommunicationBuffer | inlinevirtual |
write(const char *src, int n) | oofem::DynamicCommunicationBuffer | inlinevirtual |
oofem::CommunicationBuffer::write(bool data) | oofem::CommunicationBuffer | virtual |
oofem::DataStream::write(int data) | oofem::DataStream | inline |
oofem::DataStream::write(unsigned long data) | oofem::DataStream | inline |
oofem::DataStream::write(long data) | oofem::DataStream | inline |
oofem::DataStream::write(double data) | oofem::DataStream | inline |
oofem::DataStream::write(char data) | oofem::DataStream | inline |
oofem::DataStream::write(const std::string &data) | oofem::DataStream | |
oofem::DataStream::write(const char *data) | oofem::DataStream | inline |
~CommunicationBuffer() | oofem::CommunicationBuffer | inlinevirtual |
~DataStream() | oofem::DataStream | inlinevirtual |
~DynamicCommunicationBuffer() | oofem::DynamicCommunicationBuffer | virtual |