MPIContainer Member List

This is the complete list of members for MPIContainer, including all inherited members.

broadcast(T &t, int fromProcessor=0)MPIContainerinline
broadcast(T *t, int size, int fromProcessor)MPIContainerinline
broadcast(T *t, MercuryMPIType type, int fromProcessor=0)MPIContainerinline
createMercuryMPIType(T t, MercuryMPIType type)MPIContainerinline
deleteMercuryMPITypes()MPIContainerinline
directReceive(T &t, int count, int from, int tag)MPIContainerinline
directReceive(T *t, MercuryMPIType type, int count, int from, int tag)MPIContainerinline
directSend(T &t, int count, int to, int tag)MPIContainerinline
directSend(T *t, MercuryMPIType type, int count, int to, int tag)MPIContainerinline
gather(T &send_t, T *receive_t)MPIContainerinline
getNumberOfProcessors() constMPIContainer
getProcessorID()MPIContainer
initialiseMercuryMPITypes(const SpeciesHandler &speciesHandler)MPIContainer
Instance()MPIContainerinlinestatic
MPIContainer(const MPIContainer &orig)=deleteMPIContainer
MPIContainer()MPIContainerprivate
numberOfProcessors_MPIContainerprivate
processorID_MPIContainerprivate
receive(T &t, int from, int tag)MPIContainerinline
receive(T *t, int count, int from, int tag)MPIContainerinline
receive(T *t, MercuryMPIType type, int count, int from, int tag)MPIContainerinline
send(T &t, int to, int tag)MPIContainerinline
send(T *t, int count, int to, int tag)MPIContainerinline
send(T *t, MercuryMPIType type, int count, int to, int tag)MPIContainerinline
sync()MPIContainerinline