Reference documentation for deal.II version 9.5.0
\(\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::AnonymousProcess< RequestType, AnswerType > Member List

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

AnonymousProcess(const std::function< std::vector< unsigned int >()> &function_compute_targets, const std::function< void(const unsigned int, RequestType &)> &function_create_request={}, const std::function< void(const unsigned int, const RequestType &, AnswerType &)> &function_answer_request={}, const std::function< void(const unsigned int, const AnswerType &)> &function_read_answer={})Utilities::MPI::ConsensusAlgorithms::AnonymousProcess< RequestType, AnswerType >
answer_request(const unsigned int other_rank, const RequestType &buffer_recv, AnswerType &request_buffer) overrideUtilities::MPI::ConsensusAlgorithms::AnonymousProcess< RequestType, AnswerType >virtual
compute_targets() overrideUtilities::MPI::ConsensusAlgorithms::AnonymousProcess< RequestType, AnswerType >virtual
create_request(const unsigned int other_rank, RequestType &send_buffer) overrideUtilities::MPI::ConsensusAlgorithms::AnonymousProcess< RequestType, AnswerType >virtual
function_answer_requestUtilities::MPI::ConsensusAlgorithms::AnonymousProcess< RequestType, AnswerType >private
function_compute_targetsUtilities::MPI::ConsensusAlgorithms::AnonymousProcess< RequestType, AnswerType >private
function_create_requestUtilities::MPI::ConsensusAlgorithms::AnonymousProcess< RequestType, AnswerType >private
function_read_answerUtilities::MPI::ConsensusAlgorithms::AnonymousProcess< RequestType, AnswerType >private
read_answer(const unsigned int other_rank, const AnswerType &recv_buffer) overrideUtilities::MPI::ConsensusAlgorithms::AnonymousProcess< RequestType, AnswerType >virtual
~Process()=defaultUtilities::MPI::ConsensusAlgorithms::Process< RequestType, AnswerType >virtual