| __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) override | oofem::DynamicCommunicationBuffer | virtual |
| clear() | oofem::DynamicCommunicationBuffer | protected |
| CommunicationBuffer(MPI_Comm comm, std::size_t 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, std::size_t 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(std::size_t count) override | oofem::CommunicationBuffer | virtual |
| givePackSizeOfChar(std::size_t count) override | oofem::CommunicationBuffer | virtual |
| givePackSizeOfDouble(std::size_t count) override | oofem::CommunicationBuffer | virtual |
| givePackSizeOfInt(std::size_t count) override | oofem::CommunicationBuffer | virtual |
| givePackSizeOfLong(std::size_t count) override | oofem::CommunicationBuffer | virtual |
| givePackSizeOfSizet(std::size_t count) override | oofem::CommunicationBuffer | virtual |
| init() override | oofem::DynamicCommunicationBuffer | virtual |
| initForPacking() override | oofem::DynamicCommunicationBuffer | virtual |
| initForUnpacking() override | oofem::DynamicCommunicationBuffer | virtual |
| iRecv(int source, int tag, std::size_t count=0) override | oofem::DynamicCommunicationBuffer | virtual |
| iSend(int dest, int tag) override | 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, std::size_t n) override | oofem::DynamicCommunicationBuffer | inlinevirtual |
| read(long *dest, std::size_t n) override | oofem::DynamicCommunicationBuffer | inlinevirtual |
| read(unsigned long *dest, std::size_t n) override | oofem::DynamicCommunicationBuffer | inlinevirtual |
| read(double *dest, std::size_t n) override | oofem::DynamicCommunicationBuffer | inlinevirtual |
| read(char *dest, std::size_t n) override | oofem::DynamicCommunicationBuffer | inlinevirtual |
| oofem::CommunicationBuffer::read(bool &data) override | oofem::CommunicationBuffer | virtual |
| oofem::CommunicationBuffer::read(int &data) | oofem::CommunicationBuffer | inline |
| oofem::CommunicationBuffer::read(unsigned long &data) | oofem::CommunicationBuffer | inline |
| oofem::CommunicationBuffer::read(long &data) | oofem::CommunicationBuffer | inline |
| oofem::CommunicationBuffer::read(double &data) | oofem::CommunicationBuffer | inline |
| oofem::CommunicationBuffer::read(char &data) | oofem::CommunicationBuffer | inline |
| oofem::CommunicationBuffer::read(std ::string &data) | oofem::CommunicationBuffer | |
| receiveCompleted() | oofem::DynamicCommunicationBuffer | protected |
| recvIt | oofem::DynamicCommunicationBuffer | protected |
| resize(std::size_t newSize) override | oofem::DynamicCommunicationBuffer | inlinevirtual |
| sendCompleted() | oofem::DynamicCommunicationBuffer | protected |
| testCompletion() override | oofem::DynamicCommunicationBuffer | virtual |
| waitCompletion() override | oofem::DynamicCommunicationBuffer | virtual |
| write(const int *src, std::size_t n) override | oofem::DynamicCommunicationBuffer | inlinevirtual |
| write(const long *src, std::size_t n) override | oofem::DynamicCommunicationBuffer | inlinevirtual |
| write(const unsigned long *src, std::size_t n) override | oofem::DynamicCommunicationBuffer | inlinevirtual |
| write(const double *src, std::size_t n) override | oofem::DynamicCommunicationBuffer | inlinevirtual |
| write(const char *src, std::size_t n) override | oofem::DynamicCommunicationBuffer | inlinevirtual |
| oofem::CommunicationBuffer::write(bool data) override | oofem::CommunicationBuffer | virtual |
| oofem::CommunicationBuffer::write(int data) | oofem::CommunicationBuffer | inline |
| oofem::CommunicationBuffer::write(unsigned long data) | oofem::CommunicationBuffer | inline |
| oofem::CommunicationBuffer::write(long data) | oofem::CommunicationBuffer | inline |
| oofem::CommunicationBuffer::write(double data) | oofem::CommunicationBuffer | inline |
| oofem::CommunicationBuffer::write(char data) | oofem::CommunicationBuffer | inline |
| oofem::CommunicationBuffer::write(const std ::string &data) | oofem::CommunicationBuffer | |
| oofem::CommunicationBuffer::write(const char *data) | oofem::CommunicationBuffer | inline |
| ~CommunicationBuffer() | oofem::CommunicationBuffer | inlinevirtual |
| ~DataStream() | oofem::DataStream | inlinevirtual |
| ~DynamicCommunicationBuffer() | oofem::DynamicCommunicationBuffer | virtual |