Reference documentation for deal.II version GIT relicensing-214-g6e74dec06b 2024-03-27 18:10:01+00:00
\(\newcommand{\dealvcentcolon}{\mathrel{\mathop{:}}}\) \(\newcommand{\dealcoloneq}{\dealvcentcolon\mathrel{\mkern-1.2mu}=}\) \(\newcommand{\jump}[1]{\left[\!\left[ #1 \right]\!\right]}\) \(\newcommand{\average}[1]{\left\{\!\left\{ #1 \right\}\!\right\}}\)
Loading...
Searching...
No Matches
Utilities::MPI::ConsensusAlgorithms::Interface< RequestType, AnswerType > Member List

This is the complete list of members for Utilities::MPI::ConsensusAlgorithms::Interface< RequestType, AnswerType >, including all inherited members.

Interface()=defaultUtilities::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)=0Utilities::MPI::ConsensusAlgorithms::Interface< RequestType, AnswerType >pure virtual
~Interface()=defaultUtilities::MPI::ConsensusAlgorithms::Interface< RequestType, AnswerType >virtual