This is the complete list of members for Pstream, including all inherited members.
| abort() | UPstream | static |
| addRequest(UPstream::Request &req) | UPstream | static |
| addValidParOptions(HashTable< string > &validParOptions) | UPstream | static |
| allGatherList(List< T > &values, const int tag=UPstream::msgType(), const label comm=UPstream::worldComm) | Pstream | static |
| allGatherValues(const T &localValue, const label communicator=worldComm) | UPstream | static |
| allGatherValues(const T &localValue, const label comm) | UPstream | |
| allocateCommunicator(const label parent, const labelRange &subRanks, const bool withComponents=true) | UPstream | static |
| allocateCommunicator(const label parent, const labelUList &subRanks, const bool withComponents=true) | UPstream | static |
| allocateInterHostCommunicator(const label parentCommunicator=worldComm) | UPstream | static |
| allocateIntraHostCommunicator(const label parentCommunicator=worldComm) | UPstream | static |
| allProcs(const label communicator=worldComm) | UPstream | inlinestatic |
| allToAll(const UList< int32_t > &sendData, UList< int32_t > &recvData, const label communicator=worldComm) | UPstream | static |
| allToAll(const UList< int64_t > &sendData, UList< int64_t > &recvData, const label communicator=worldComm) | UPstream | static |
| allToAllConsensus(const UList< int32_t > &sendData, UList< int32_t > &recvData, const int tag, const label communicator=worldComm) | UPstream | static |
| allToAllConsensus(const Map< int32_t > &sendData, Map< int32_t > &recvData, const int tag, const label communicator=worldComm) | UPstream | static |
| allToAllConsensus(const Map< int32_t > &sendData, const int tag, const label communicator=worldComm) | UPstream | inlinestatic |
| allToAllConsensus(const UList< int64_t > &sendData, UList< int64_t > &recvData, const int tag, const label communicator=worldComm) | UPstream | static |
| allToAllConsensus(const Map< int64_t > &sendData, Map< int64_t > &recvData, const int tag, const label communicator=worldComm) | UPstream | static |
| allToAllConsensus(const Map< int64_t > &sendData, const int tag, const label communicator=worldComm) | UPstream | inlinestatic |
| allWorlds() noexcept | UPstream | inlinestatic |
| barrier(const label communicator, UPstream::Request *req=nullptr) | UPstream | static |
| baseProcNo(label comm, int procID) | UPstream | static |
| broadcast(Type &value, const label comm=UPstream::worldComm) | Pstream | static |
| broadcast(char *buf, const std::streamsize bufSize, const label communicator, const int rootProcNo=masterNo()) | Pstream | static |
| Foam::UPstream::broadcast(char *buf, const std::streamsize bufSize, const label communicator, const int rootProcNo=masterNo()) | UPstream | static |
| broadcastList(ListType &list, const label comm=UPstream::worldComm) | Pstream | static |
| broadcasts(const label comm, Type &arg1, Args &&... args) | Pstream | static |
| cancelRequest(const label i) | UPstream | static |
| cancelRequest(UPstream::Request &req) | UPstream | static |
| cancelRequests(UList< UPstream::Request > &requests) | UPstream | static |
| ClassName("Pstream") | Pstream | |
| Foam::UPstream::ClassName("UPstream") | UPstream | |
| clearHostComms() | UPstream | static |
| combineAllGather(T &value, const CombineOp &cop, const int tag=UPstream::msgType(), const label comm=UPstream::worldComm) | Pstream | inlinestatic |
| combineGather(const List< commsStruct > &comms, T &value, const CombineOp &cop, const int tag, const label comm) | Pstream | static |
| combineGather(T &value, const CombineOp &cop, const int tag=UPstream::msgType(), const label comm=UPstream::worldComm) | Pstream | static |
| combineReduce(const List< commsStruct > &comms, T &value, const CombineOp &cop, const int tag=UPstream::msgType(), const label comm=UPstream::worldComm) | Pstream | static |
| combineReduce(T &value, const CombineOp &cop, const int tag=UPstream::msgType(), const label comm=UPstream::worldComm) | Pstream | static |
| combineScatter(const List< commsStruct > &comms, T &value, const int tag, const label comm) | Pstream | static |
| combineScatter(T &value, const int tag=UPstream::msgType(), const label comm=UPstream::worldComm) | Pstream | static |
| commGlobal() noexcept | UPstream | inlinestatic |
| commInterHost() | UPstream | static |
| commIntraHost() | UPstream | static |
| commSelf() noexcept | UPstream | inlinestatic |
| commsType() const noexcept | UPstream | inline |
| commsType(const commsTypes ct) noexcept | UPstream | inline |
| commsTypeNames | UPstream | static |
| commsTypes enum name | UPstream | |
| commWarn(const label communicator) noexcept | UPstream | inlinestatic |
| commWorld() noexcept | UPstream | inlinestatic |
| commWorld(const label communicator) noexcept | UPstream | inlinestatic |
| defaultCommsType | UPstream | static |
| exchange(const UList< Container > &sendBufs, const labelUList &recvSizes, List< Container > &recvBufs, const int tag=UPstream::msgType(), const label comm=UPstream::worldComm, const bool wait=true) | Pstream | static |
| exchange(const Map< Container > &sendBufs, const Map< label > &recvSizes, Map< Container > &recvBufs, const int tag=UPstream::msgType(), const label comm=UPstream::worldComm, const bool wait=true) | Pstream | static |
| exchange(const UList< Container > &sendBufs, List< Container > &recvBufs, const int tag=UPstream::msgType(), const label comm=UPstream::worldComm, const bool wait=true) | Pstream | static |
| exchange(const Map< Container > &sendBufs, Map< Container > &recvBufs, const int tag=UPstream::msgType(), const label comm=UPstream::worldComm, const bool wait=true) | Pstream | static |
| exchangeConsensus(const UList< Container > &sendBufs, List< Container > &recvBufs, const int tag, const label comm, const bool wait=true) | Pstream | static |
| exchangeConsensus(const Map< Container > &sendBufs, Map< Container > &recvBufs, const int tag, const label comm, const bool wait=true) | Pstream | static |
| exchangeConsensus(const Map< Container > &sendBufs, const int tag, const label comm, const bool wait=true) | Pstream | static |
| exchangeConsensus(const Map< Container > &sendBufs, const int tag, const label comm, const bool) | Pstream | |
| exchangeSizes(const labelUList &sendProcs, const labelUList &recvProcs, const Container &sendBufs, labelList &sizes, const label tag=UPstream::msgType(), const label comm=UPstream::worldComm) | Pstream | static |
| exchangeSizes(const labelUList &neighProcs, const Container &sendBufs, labelList &sizes, const label tag=UPstream::msgType(), const label comm=UPstream::worldComm) | Pstream | static |
| exchangeSizes(const Container &sendBufs, labelList &recvSizes, const label comm=UPstream::worldComm) | Pstream | static |
| exchangeSizes(const Map< Container > &sendBufs, Map< label > &recvSizes, const label tag=UPstream::msgType(), const label comm=UPstream::worldComm) | Pstream | static |
| exit(int errNo=1) | UPstream | static |
| finishedRequest(const label i) | UPstream | static |
| finishedRequest(UPstream::Request &req) | UPstream | static |
| finishedRequestPair(label &req0, label &req1) | UPstream | static |
| finishedRequests(const label pos, label len=-1) | UPstream | static |
| finishedRequests(UList< UPstream::Request > &requests) | UPstream | static |
| firstSlave() noexcept | UPstream | inlinestatic |
| floatTransfer | UPstream | static |
| freeCommunicator(const label communicator, const bool withComponents=true) | UPstream | static |
| freeRequest(UPstream::Request &req) | UPstream | static |
| freeRequests(UList< UPstream::Request > &requests) | UPstream | static |
| gather(const List< commsStruct > &comms, T &value, const BinaryOp &bop, const int tag, const label comm) | Pstream | static |
| gather(T &value, const BinaryOp &bop, const int tag=UPstream::msgType(), const label comm=UPstream::worldComm) | Pstream | static |
| Foam::UPstream::gather(const char *sendData, int sendCount, char *recvData, const UList< int > &recvCounts, const UList< int > &recvOffsets, const label communicator=worldComm) | UPstream | static |
| Foam::UPstream::gather(const int32_t *sendData, int sendCount, int32_t *recvData, const UList< int > &recvCounts, const UList< int > &recvOffsets, const label communicator=worldComm) | UPstream | static |
| Foam::UPstream::gather(const int64_t *sendData, int sendCount, int64_t *recvData, const UList< int > &recvCounts, const UList< int > &recvOffsets, const label communicator=worldComm) | UPstream | static |
| Foam::UPstream::gather(const uint32_t *sendData, int sendCount, uint32_t *recvData, const UList< int > &recvCounts, const UList< int > &recvOffsets, const label communicator=worldComm) | UPstream | static |
| Foam::UPstream::gather(const uint64_t *sendData, int sendCount, uint64_t *recvData, const UList< int > &recvCounts, const UList< int > &recvOffsets, const label communicator=worldComm) | UPstream | static |
| Foam::UPstream::gather(const float *sendData, int sendCount, float *recvData, const UList< int > &recvCounts, const UList< int > &recvOffsets, const label communicator=worldComm) | UPstream | static |
| Foam::UPstream::gather(const double *sendData, int sendCount, double *recvData, const UList< int > &recvCounts, const UList< int > &recvOffsets, const label communicator=worldComm) | UPstream | static |
| gatherList(const List< commsStruct > &comms, List< T > &values, const int tag, const label comm) | Pstream | static |
| gatherList(List< T > &values, const int tag=UPstream::msgType(), const label comm=UPstream::worldComm) | Pstream | static |
| hasHostComms() | UPstream | static |
| haveThreads() noexcept | UPstream | inlinestatic |
| incrMsgType(int val=1) noexcept | UPstream | inlinestatic |
| init(int &argc, char **&argv, const bool needsThread) | UPstream | static |
| initNull() | UPstream | static |
| is_parallel(const label communicator=worldComm) | UPstream | inlinestatic |
| is_rank(const label communicator=worldComm) | UPstream | inlinestatic |
| is_subrank(const label communicator=worldComm) | UPstream | inlinestatic |
| lastSlave(const label communicator=worldComm) | UPstream | inlinestatic |
| linearCommunication(const label communicator=worldComm) | UPstream | static |
| listCombineAllGather(List< T > &values, const CombineOp &cop, const int tag=UPstream::msgType(), const label comm=UPstream::worldComm) | Pstream | inlinestatic |
| listCombineGather(const List< commsStruct > &comms, List< T > &values, const CombineOp &cop, const int tag, const label comm) | Pstream | static |
| listCombineGather(List< T > &values, const CombineOp &cop, const int tag=UPstream::msgType(), const label comm=UPstream::worldComm) | Pstream | static |
| listCombineReduce(List< T > &values, const CombineOp &cop, const int tag=UPstream::msgType(), const label comm=UPstream::worldComm) | Pstream | static |
| listCombineScatter(const List< commsStruct > &comms, List< T > &value, const int tag, const label comm) | Pstream | static |
| listCombineScatter(List< T > &value, const int tag=UPstream::msgType(), const label comm=UPstream::worldComm) | Pstream | static |
| listGatherValues(const T &localValue, const label communicator=worldComm) | UPstream | static |
| listGatherValues(const T &localValue, const label comm) | UPstream | |
| listScatterValues(const UList< T > &allValues, const label communicator=worldComm) | UPstream | static |
| mapCombineAllGather(Container &values, const CombineOp &cop, const int tag=UPstream::msgType(), const label comm=UPstream::worldComm) | Pstream | inlinestatic |
| mapCombineGather(const List< commsStruct > &comms, Container &values, const CombineOp &cop, const int tag, const label comm) | Pstream | static |
| mapCombineGather(Container &values, const CombineOp &cop, const int tag=UPstream::msgType(), const label comm=UPstream::worldComm) | Pstream | static |
| mapCombineReduce(Container &values, const CombineOp &cop, const int tag=UPstream::msgType(), const label comm=UPstream::worldComm) | Pstream | static |
| mapCombineScatter(const List< commsStruct > &comms, Container &values, const int tag, const label comm) | Pstream | static |
| mapCombineScatter(Container &values, const int tag=UPstream::msgType(), const label comm=UPstream::worldComm) | Pstream | static |
| master(const label communicator=worldComm) | UPstream | inlinestatic |
| masterNo() noexcept | UPstream | inlinestatic |
| maxCommsSize | UPstream | static |
| mpiAllGather(char *allData, int count, const label communicator=worldComm) | UPstream | static |
| mpiAllGather(int32_t *allData, int count, const label communicator=worldComm) | UPstream | static |
| mpiAllGather(int64_t *allData, int count, const label communicator=worldComm) | UPstream | static |
| mpiAllGather(uint32_t *allData, int count, const label communicator=worldComm) | UPstream | static |
| mpiAllGather(uint64_t *allData, int count, const label communicator=worldComm) | UPstream | static |
| mpiAllGather(float *allData, int count, const label communicator=worldComm) | UPstream | static |
| mpiAllGather(double *allData, int count, const label communicator=worldComm) | UPstream | static |
| mpiBufferSize | UPstream | static |
| mpiGather(const char *sendData, char *recvData, int count, const label communicator=worldComm) | UPstream | static |
| mpiGather(const int32_t *sendData, int32_t *recvData, int count, const label communicator=worldComm) | UPstream | static |
| mpiGather(const int64_t *sendData, int64_t *recvData, int count, const label communicator=worldComm) | UPstream | static |
| mpiGather(const uint32_t *sendData, uint32_t *recvData, int count, const label communicator=worldComm) | UPstream | static |
| mpiGather(const uint64_t *sendData, uint64_t *recvData, int count, const label communicator=worldComm) | UPstream | static |
| mpiGather(const float *sendData, float *recvData, int count, const label communicator=worldComm) | UPstream | static |
| mpiGather(const double *sendData, double *recvData, int count, const label communicator=worldComm) | UPstream | static |
| mpiScatter(const char *sendData, char *recvData, int count, const label communicator=worldComm) | UPstream | static |
| mpiScatter(const int32_t *sendData, int32_t *recvData, int count, const label communicator=worldComm) | UPstream | static |
| mpiScatter(const int64_t *sendData, int64_t *recvData, int count, const label communicator=worldComm) | UPstream | static |
| mpiScatter(const uint32_t *sendData, uint32_t *recvData, int count, const label communicator=worldComm) | UPstream | static |
| mpiScatter(const uint64_t *sendData, uint64_t *recvData, int count, const label communicator=worldComm) | UPstream | static |
| mpiScatter(const float *sendData, float *recvData, int count, const label communicator=worldComm) | UPstream | static |
| mpiScatter(const double *sendData, double *recvData, int count, const label communicator=worldComm) | UPstream | static |
| msgType() noexcept | UPstream | inlinestatic |
| msgType(int val) noexcept | UPstream | inlinestatic |
| myProcNo(const label communicator=worldComm) | UPstream | inlinestatic |
| myWorld() | UPstream | inlinestatic |
| myWorldID() | UPstream | inlinestatic |
| nComms() noexcept | UPstream | inlinestatic |
| nPollProcInterfaces | UPstream | static |
| nProcs(const label communicator=worldComm) | UPstream | inlinestatic |
| nProcsNonblockingExchange | UPstream | static |
| nProcsSimpleSum | UPstream | static |
| nRequests() noexcept | UPstream | static |
| parent(const label communicator) | UPstream | inlinestatic |
| parRun(const bool on) noexcept | UPstream | inlinestatic |
| parRun() noexcept | UPstream | inlinestatic |
| printCommTree(const label communicator) | UPstream | static |
| probeMessage(const UPstream::commsTypes commsType, const int fromProcNo, const int tag=UPstream::msgType(), const label communicator=worldComm) | UPstream | static |
| procID(const label communicator) | UPstream | inlinestatic |
| procNo(const label comm, const int baseProcID) | UPstream | static |
| procNo(const label comm, const label currentComm, const int currentProcID) | UPstream | static |
| Pstream(const UPstream::commsTypes commsType, const label bufSize=0) | Pstream | inlineexplicit |
| rangeType typedef | UPstream | |
| reduceAnd(bool &value, const label communicator=worldComm) | UPstream | static |
| reduceOr(bool &value, const label communicator=worldComm) | UPstream | static |
| removeRequests(const label pos, label len=-1) | UPstream | static |
| resetRequests(const label n) | UPstream | static |
| scatter(const List< commsStruct > &comms, T &value, const int tag, const label comm) | Pstream | static |
| scatter(T &value, const int tag=UPstream::msgType(), const label comm=UPstream::worldComm) | Pstream | static |
| Foam::UPstream::scatter(const char *sendData, const UList< int > &sendCounts, const UList< int > &sendOffsets, char *recvData, int recvCount, const label communicator=worldComm) | UPstream | static |
| Foam::UPstream::scatter(const int32_t *sendData, const UList< int > &sendCounts, const UList< int > &sendOffsets, int32_t *recvData, int recvCount, const label communicator=worldComm) | UPstream | static |
| Foam::UPstream::scatter(const int64_t *sendData, const UList< int > &sendCounts, const UList< int > &sendOffsets, int64_t *recvData, int recvCount, const label communicator=worldComm) | UPstream | static |
| Foam::UPstream::scatter(const uint32_t *sendData, const UList< int > &sendCounts, const UList< int > &sendOffsets, uint32_t *recvData, int recvCount, const label communicator=worldComm) | UPstream | static |
| Foam::UPstream::scatter(const uint64_t *sendData, const UList< int > &sendCounts, const UList< int > &sendOffsets, uint64_t *recvData, int recvCount, const label communicator=worldComm) | UPstream | static |
| Foam::UPstream::scatter(const float *sendData, const UList< int > &sendCounts, const UList< int > &sendOffsets, float *recvData, int recvCount, const label communicator=worldComm) | UPstream | static |
| Foam::UPstream::scatter(const double *sendData, const UList< int > &sendCounts, const UList< int > &sendOffsets, double *recvData, int recvCount, const label communicator=worldComm) | UPstream | static |
| scatterList(const List< commsStruct > &comms, List< T > &values, const int tag, const label comm) | Pstream | static |
| scatterList(List< T > &values, const int tag=UPstream::msgType(), const label comm=UPstream::worldComm) | Pstream | static |
| sendModes enum name | UPstream | |
| shutdown(int errNo=0) | UPstream | static |
| subProcs(const label communicator=worldComm) | UPstream | inlinestatic |
| transferBuf_ | Pstream | protected |
| treeCommunication(const label communicator=worldComm) | UPstream | static |
| tuning_NBX_ | UPstream | static |
| UPstream(const commsTypes commsType) noexcept | UPstream | inlineexplicit |
| waitAnyRequest(const label pos, label len=-1) | UPstream | static |
| waitAnyRequest(UList< UPstream::Request > &requests) | UPstream | static |
| waitRequest(const label i) | UPstream | static |
| waitRequest(UPstream::Request &req) | UPstream | static |
| waitRequestPair(label &req0, label &req1) | UPstream | static |
| waitRequests(const label pos, label len=-1) | UPstream | static |
| waitRequests(UList< UPstream::Request > &requests) | UPstream | static |
| waitRequests() | UPstream | inlinestatic |
| waitSomeRequests(const label pos, label len=-1, DynamicList< int > *indices=nullptr) | UPstream | static |
| waitSomeRequests(UList< UPstream::Request > &requests, DynamicList< int > *indices=nullptr) | UPstream | static |
| warnComm | UPstream | static |
| whichCommunication(const label communicator=worldComm) | UPstream | inlinestatic |
| worldComm | UPstream | static |
| worldIDs() noexcept | UPstream | inlinestatic |