#include <Teuchos_DefaultSerialComm.hpp>
Inheritance diagram for Teuchos::SerialComm< Ordinal >:

Public Member Functions | |
Constructors | |
| SerialComm () | |
| | |
Overridden from Comm | |
| int | getRank () const |
| | |
| int | getSize () const |
| | |
| void | barrier () const |
| | |
| void | broadcast (const int rootRank, const Ordinal bytes, char buffer[]) const |
| | |
| void | gatherAll (const Ordinal sendBytes, const char sendBuffer[], const Ordinal recvBytes, char recvBuffer[]) const |
| | |
| void | reduceAll (const ValueTypeReductionOp< Ordinal, char > &reductOp, const Ordinal bytes, const char sendBuffer[], char globalReducts[]) const |
| | |
| void | reduceAllAndScatter (const ValueTypeReductionOp< Ordinal, char > &reductOp, const Ordinal sendBytes, const char sendBuffer[], const Ordinal recvCounts[], const Ordinal blockSize, char myGlobalReducts[]) const |
| | |
| void | scan (const ValueTypeReductionOp< Ordinal, char > &reductOp, const Ordinal bytes, const char sendBuffer[], char scanReducts[]) const |
| | |
| void | send (const Ordinal bytes, const char sendBuffer[], const int destRank) const |
| | |
| int | receive (const int sourceRank, const Ordinal bytes, char recvBuffer[]) const |
| | |
Overridden from Describable | |
| std::string | description () const |
| | |
ToDo: Finish documentation!
Definition at line 42 of file Teuchos_DefaultSerialComm.hpp.
|
|||||||||
|
Definition at line 114 of file Teuchos_DefaultSerialComm.hpp. |
|
|||||||||
|
Implements Teuchos::Comm< Ordinal >. Definition at line 120 of file Teuchos_DefaultSerialComm.hpp. |
|
|||||||||
|
Implements Teuchos::Comm< Ordinal >. Definition at line 126 of file Teuchos_DefaultSerialComm.hpp. |
|
|||||||||
|
Implements Teuchos::Comm< Ordinal >. Definition at line 132 of file Teuchos_DefaultSerialComm.hpp. |
|
||||||||||||||||||||
|
Implements Teuchos::Comm< Ordinal >. Definition at line 138 of file Teuchos_DefaultSerialComm.hpp. |
|
||||||||||||||||||||||||
|
Implements Teuchos::Comm< Ordinal >. Definition at line 146 of file Teuchos_DefaultSerialComm.hpp. |
|
||||||||||||||||||||||||
|
Implements Teuchos::Comm< Ordinal >. Definition at line 158 of file Teuchos_DefaultSerialComm.hpp. |
|
||||||||||||||||||||||||||||||||
|
Implements Teuchos::Comm< Ordinal >. Definition at line 167 of file Teuchos_DefaultSerialComm.hpp. |
|
||||||||||||||||||||||||
|
Implements Teuchos::Comm< Ordinal >. Definition at line 180 of file Teuchos_DefaultSerialComm.hpp. |
|
||||||||||||||||||||
|
Implements Teuchos::Comm< Ordinal >. Definition at line 189 of file Teuchos_DefaultSerialComm.hpp. |
|
||||||||||||||||||||
|
Implements Teuchos::Comm< Ordinal >. Definition at line 201 of file Teuchos_DefaultSerialComm.hpp. |
|
|||||||||
|
Reimplemented from Teuchos::Describable. Definition at line 217 of file Teuchos_DefaultSerialComm.hpp. |
1.3.9.1