MCPcopy Create free account
hub / github.com/OpenFOAM/OpenFOAM-dev / resetRequests

Function resetRequests

src/Pstream/mpi/UPstream.C:488–494  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

486
487
488void Foam::UPstream::resetRequests(const label i)
489{
490 if (i < PstreamGlobals::outstandingRequests_.size())
491 {
492 PstreamGlobals::outstandingRequests_.setSize(i);
493 }
494}
495
496
497void Foam::UPstream::waitRequests(const label start)

Callers 4

waitRequestsFunction · 0.70
mainFunction · 0.50
updateMatrixInterfacesFunction · 0.50
writeBlocksFunction · 0.50

Calls 2

sizeMethod · 0.45
setSizeMethod · 0.45

Tested by 1

mainFunction · 0.40