deal.II version GIT relicensing-2167-g9622207b8f 2024-11-21 12:40:00+00:00
|
This is the complete list of members for Utilities::MPI::ConsensusAlgorithms::Interface< RequestType, AnswerType >, including all inherited members.
Interface()=default | 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 |