Public Member Functions | |
| DoKDistributor (const RedistributorCommPlan *commPlan) | |
| void | distribute (const DoKMatrix &src, DoKMatrix &dst) |
| void | distribute (const DoKVector &src, DoKVector &dst) |
| template<typename NNZValue> | |
| void | distribute (DoKLocalMatrixT< NNZValue > &src, DoKLocalMatrixT< NNZValue > &dst) |
Private Attributes | |
| std::unique_ptr< DoKDistributorComm > | m_distributor |
Definition at line 34 of file DoKDistributor.h.
|
explicit |
Definition at line 32 of file DoKDistributor.cc.
Definition at line 36 of file DoKDistributor.cc.
Definition at line 41 of file DoKDistributor.cc.
|
inline |
Definition at line 45 of file DoKDistributor.h.
|
private |
Definition at line 75 of file DoKDistributor.h.