

Public Member Functions | |
| def | __init__ |
| def | getRank |
| def | getSize |
| def | barrier |
| def | reduceAllAndScatter |
| def | send |
| def | ssend |
| def | receive |
| def | duplicate |
| def | split |
| def | createSubcommunicator |
| def | description |
Public Attributes | |
| this | |
Proxy of C++ Teuchos::SerialComm<(long)> class
| def PyTrilinos.Teuchos.SerialComm_long.__init__ | ( | self, | |
| args | |||
| ) |
__init__(Teuchos::SerialComm<(long)> self) -> SerialComm_long __init__(Teuchos::SerialComm<(long)> self, SerialComm_long other) -> SerialComm_long
Reimplemented from PyTrilinos.Teuchos.Describable.
| def PyTrilinos.Teuchos.SerialComm_long.barrier | ( | self, | |
| args | |||
| ) |
barrier(SerialComm_long self)
Reimplemented from PyTrilinos.Teuchos.Comm_long.
| def PyTrilinos.Teuchos.SerialComm_long.createSubcommunicator | ( | self, | |
| args | |||
| ) |
createSubcommunicator(SerialComm_long self, ArrayView< int const > const & ranks) -> Teuchos::RCP< Teuchos::Comm< long > >
Reimplemented from PyTrilinos.Teuchos.Comm_long.
| def PyTrilinos.Teuchos.SerialComm_long.description | ( | self, | |
| args | |||
| ) |
description(SerialComm_long self) -> std::string
Reimplemented from PyTrilinos.Teuchos.Describable.
| def PyTrilinos.Teuchos.SerialComm_long.duplicate | ( | self, | |
| args | |||
| ) |
duplicate(SerialComm_long self) -> Teuchos::RCP< Teuchos::Comm< long > >
Reimplemented from PyTrilinos.Teuchos.Comm_long.
| def PyTrilinos.Teuchos.SerialComm_long.getRank | ( | self, | |
| args | |||
| ) |
getRank(SerialComm_long self) -> int
Reimplemented from PyTrilinos.Teuchos.Comm_long.
| def PyTrilinos.Teuchos.SerialComm_long.getSize | ( | self, | |
| args | |||
| ) |
getSize(SerialComm_long self) -> int
Reimplemented from PyTrilinos.Teuchos.Comm_long.
| def PyTrilinos.Teuchos.SerialComm_long.receive | ( | self, | |
| args | |||
| ) |
receive(SerialComm_long self, int const sourceRank, long const bytes, char [] recvBuffer) -> int
Reimplemented from PyTrilinos.Teuchos.Comm_long.
| def PyTrilinos.Teuchos.SerialComm_long.reduceAllAndScatter | ( | self, | |
| args | |||
| ) |
reduceAllAndScatter(SerialComm_long self, Teuchos::ValueTypeReductionOp< long,char > const & reductOp, long const sendBytes,
char const [] sendBuffer, long const [] recvCounts, char [] myGlobalReducts)
Reimplemented from PyTrilinos.Teuchos.Comm_long.
| def PyTrilinos.Teuchos.SerialComm_long.send | ( | self, | |
| args | |||
| ) |
send(SerialComm_long self, long const bytes, char const [] sendBuffer, int const destRank)
Reimplemented from PyTrilinos.Teuchos.Comm_long.
| def PyTrilinos.Teuchos.SerialComm_long.split | ( | self, | |
| args | |||
| ) |
split(SerialComm_long self, int const color, int const key) -> Teuchos::RCP< Teuchos::Comm< long > >
Reimplemented from PyTrilinos.Teuchos.Comm_long.
| def PyTrilinos.Teuchos.SerialComm_long.ssend | ( | self, | |
| args | |||
| ) |
ssend(SerialComm_long self, long const bytes, char const [] sendBuffer, int const destRank)
Reimplemented from PyTrilinos.Teuchos.Comm_long.
1.7.6.1