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

Method GetRcvBuffer

Filters/ParallelMPI/vtkStructuredImplicitConnectivity.cxx:692–697  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

690
691//------------------------------------------------------------------------------
692unsigned char* CommunicationManager::GetRcvBuffer(int fromRank)
693{
694 assert(
695 "pre: cannot find buffer for requested rank!" && (this->Rcv.find(fromRank) != this->Rcv.end()));
696 return (this->Rcv[fromRank]);
697}
698
699//------------------------------------------------------------------------------
700unsigned int CommunicationManager::GetRcvBufferSize(int fromRank)

Callers 1

GrowGridMethod · 0.80

Calls 3

assertFunction · 0.50
findMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected