This is the complete list of members for Utilities::MPI::ConsensusAlgorithms::Serial< RequestType, AnswerType >, including all inherited members.
comm | Utilities::MPI::ConsensusAlgorithms::Interface< RequestType, AnswerType > | private |
Interface() | Utilities::MPI::ConsensusAlgorithms::Interface< RequestType, AnswerType > | |
Interface(Process< RequestType, AnswerType > &process, const MPI_Comm comm) | Utilities::MPI::ConsensusAlgorithms::Interface< RequestType, AnswerType > | |
process | Utilities::MPI::ConsensusAlgorithms::Interface< RequestType, AnswerType > | private |
run(const std::vector< unsigned int > &targets, const std::function< RequestType(const unsigned int)> &create_request, const std::function< AnswerType(const unsigned int, const RequestType &)> &answer_request, const std::function< void(const unsigned int, const AnswerType &)> &process_answer, const MPI_Comm comm) override | Utilities::MPI::ConsensusAlgorithms::Serial< RequestType, AnswerType > | virtual |
Utilities::MPI::ConsensusAlgorithms::Interface::run() | Utilities::MPI::ConsensusAlgorithms::Interface< RequestType, AnswerType > | |
Utilities::MPI::ConsensusAlgorithms::Interface::run(Process< RequestType, AnswerType > &process, const MPI_Comm comm) | Utilities::MPI::ConsensusAlgorithms::Interface< RequestType, AnswerType > | |
Serial()=default | Utilities::MPI::ConsensusAlgorithms::Serial< RequestType, AnswerType > | |
Serial(Process< RequestType, AnswerType > &process, const MPI_Comm comm) | Utilities::MPI::ConsensusAlgorithms::Serial< RequestType, AnswerType > | |
~Interface()=default | Utilities::MPI::ConsensusAlgorithms::Interface< RequestType, AnswerType > | virtual |