MCPcopy Create free account
hub / github.com/NGSolve/ngsolve / GetCommunicator

Method GetCommunicator

parallel/parallel_matrices.hpp:111–117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

109
110 PARALLEL_OP GetOpType () const { return op; }
111 virtual optional<NgMPI_Comm> GetCommunicator() const override
112 {
113 if (row_paralleldofs)
114 return row_paralleldofs->GetCommunicator();
115 else
116 return nullopt;
117 }
118
119 virtual shared_ptr<BaseMatrix> InverseMatrix (shared_ptr<BitArray> subset = 0) const override;
120 template <typename TM>

Callers 13

GetCommunicatorFunction · 0.45
GatherNodalDataFunction · 0.45
MasterInverseMethod · 0.45
MultAddMethod · 0.45
MultMethod · 0.45
FETI_Jump_MatrixMethod · 0.45
MultTransAddMethod · 0.45
ISendMethod · 0.45
InnerProductMethod · 0.45
DistributeMethod · 0.45
IRecvVecMethod · 0.45
InnerProductDMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected