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

Method IRecvVec

parallel/parallelvvector.cpp:508–511  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

506
507 template <typename SCAL>
508 NgMPI_Request S_ParallelBaseVectorPtr<SCAL> :: IRecvVec ( int dest )
509 {
510 return this->paralleldofs->GetCommunicator().IRecv (recvvalues[dest], dest, NG_MPI_TAG_SOLVE);
511 }
512
513
514 template <typename SCAL>

Callers

nothing calls this directly

Calls 1

GetCommunicatorMethod · 0.45

Tested by

no test coverage detected