This is the complete list of members for UPstream, including all inherited members.
| abort() | UPstream | static |
| addRequest(UPstream::Request &req) | UPstream | static |
| addValidParOptions(HashTable< string > &validParOptions) | UPstream | 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(char *buf, const std::streamsize bufSize, const label communicator, const int rootProcNo=masterNo()) | UPstream | static |
| cancelRequest(const label i) | UPstream | static |
| cancelRequest(UPstream::Request &req) | UPstream | static |
| cancelRequests(UList< UPstream::Request > &requests) | UPstream | static |
| ClassName("UPstream") | UPstream | |
| clearHostComms() | UPstream | 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 |
| 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 char *sendData, int sendCount, char *recvData, const UList< int > &recvCounts, const UList< int > &recvOffsets, const label communicator=worldComm) | UPstream | static |
| gather(const int32_t *sendData, int sendCount, int32_t *recvData, const UList< int > &recvCounts, const UList< int > &recvOffsets, const label communicator=worldComm) | UPstream | static |
| gather(const int64_t *sendData, int sendCount, int64_t *recvData, const UList< int > &recvCounts, const UList< int > &recvOffsets, const label communicator=worldComm) | UPstream | static |
| gather(const uint32_t *sendData, int sendCount, uint32_t *recvData, const UList< int > &recvCounts, const UList< int > &recvOffsets, const label communicator=worldComm) | UPstream | static |
| gather(const uint64_t *sendData, int sendCount, uint64_t *recvData, const UList< int > &recvCounts, const UList< int > &recvOffsets, const label communicator=worldComm) | UPstream | static |
| gather(const float *sendData, int sendCount, float *recvData, const UList< int > &recvCounts, const UList< int > &recvOffsets, const label communicator=worldComm) | UPstream | static |
| gather(const double *sendData, int sendCount, double *recvData, const UList< int > &recvCounts, const UList< int > &recvOffsets, const label communicator=worldComm) | UPstream | 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 |
| 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 |
| 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 |
| 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 char *sendData, const UList< int > &sendCounts, const UList< int > &sendOffsets, char *recvData, int recvCount, const label communicator=worldComm) | UPstream | static |
| scatter(const int32_t *sendData, const UList< int > &sendCounts, const UList< int > &sendOffsets, int32_t *recvData, int recvCount, const label communicator=worldComm) | UPstream | static |
| scatter(const int64_t *sendData, const UList< int > &sendCounts, const UList< int > &sendOffsets, int64_t *recvData, int recvCount, const label communicator=worldComm) | UPstream | static |
| scatter(const uint32_t *sendData, const UList< int > &sendCounts, const UList< int > &sendOffsets, uint32_t *recvData, int recvCount, const label communicator=worldComm) | UPstream | static |
| scatter(const uint64_t *sendData, const UList< int > &sendCounts, const UList< int > &sendOffsets, uint64_t *recvData, int recvCount, const label communicator=worldComm) | UPstream | static |
| scatter(const float *sendData, const UList< int > &sendCounts, const UList< int > &sendOffsets, float *recvData, int recvCount, const label communicator=worldComm) | UPstream | static |
| scatter(const double *sendData, const UList< int > &sendCounts, const UList< int > &sendOffsets, double *recvData, int recvCount, const label communicator=worldComm) | UPstream | static |
| sendModes enum name | UPstream | |
| shutdown(int errNo=0) | UPstream | static |
| subProcs(const label communicator=worldComm) | UPstream | inlinestatic |
| 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 |