This is the complete list of members for Utilities::MPI::ConsensusAlgorithms::Interface< 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() | Utilities::MPI::ConsensusAlgorithms::Interface< RequestType, AnswerType > | |
run(Process< RequestType, AnswerType > &process, const MPI_Comm comm) | Utilities::MPI::ConsensusAlgorithms::Interface< RequestType, AnswerType > | |
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)=0 | Utilities::MPI::ConsensusAlgorithms::Interface< RequestType, AnswerType > | pure virtual |
~Interface()=default | Utilities::MPI::ConsensusAlgorithms::Interface< RequestType, AnswerType > | virtual |