preCICE v3.2.0
|
This is the complete list of members for IntraComm, including all inherited members.
_communication | IntraComm | privatestatic |
_isPrimaryRank | IntraComm | privatestatic |
_isSecondaryRank | IntraComm | privatestatic |
_log | IntraComm | privatestatic |
_rank | IntraComm | privatestatic |
_size | IntraComm | privatestatic |
allRanks() | IntraComm | inlinestatic |
allreduceSum(precice::span< const double > sendData, precice::span< double > rcvData) | IntraComm | static |
allreduceSum(double &sendData, double &rcvData) | IntraComm | static |
allreduceSum(int &sendData, int &rcvData) | IntraComm | static |
allSecondaryRanks() | IntraComm | inlinestatic |
barrier() | IntraComm | static |
broadcast(bool &value) | IntraComm | static |
broadcast(double &value) | IntraComm | static |
broadcast(int &value) | IntraComm | static |
broadcast(precice::span< double > values) | IntraComm | static |
configure(Rank rank, int size) | IntraComm | static |
dot(const Eigen::VectorXd &vec1, const Eigen::VectorXd &vec2) | IntraComm | static |
getCommunication() | IntraComm | inlinestatic |
getRank() | IntraComm | static |
getSize() | IntraComm | static |
isParallel() | IntraComm | static |
isPrimary() | IntraComm | static |
isSecondary() | IntraComm | static |
l2norm(const Eigen::VectorXd &vec) | IntraComm | static |
reduceSum(precice::span< const double > sendData, precice::span< double > rcvData) | IntraComm | static |
reduceSum(const int &sendData, int &rcvData) | IntraComm | static |
reduceSum(const double &sendData, double &rcvData) | IntraComm | static |
reset() | IntraComm | static |
synchronize() | IntraComm | static |
willSynchronize() | IntraComm | static |