MCPcopy Create free account
hub / github.com/Kitware/VTK / NumMsgs

Method NumMsgs

Filters/ParallelMPI/vtkStructuredImplicitConnectivity.cxx:708–711  ·  view source on GitHub ↗

------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

706
707//------------------------------------------------------------------------------
708int CommunicationManager::NumMsgs()
709{
710 return static_cast<int>(this->Send.size() + this->Rcv.size());
711}
712
713//------------------------------------------------------------------------------
714void CommunicationManager::EnqueueRcv(int fromRank)

Callers 2

AllocateRcvBuffersMethod · 0.95
ExchangeMethod · 0.95

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected