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

Function Reduce

Parallel/Core/vtkMultiProcessController.h:1097–1101  ·  view source on GitHub ↗

@{ * Reduce an array to the given destination process. This version of Reduce * takes an identifier defined in the * vtkCommunicator::StandardOperations enum to define the operation. */

Source from the content-addressed store, hash-verified

1095 * vtkCommunicator::StandardOperations enum to define the operation.
1096 */
1097 int Reduce(
1098 const int* sendBuffer, int* recvBuffer, vtkIdType length, int operation, int destProcessId)
1099 {
1100 return this->Communicator->Reduce(sendBuffer, recvBuffer, length, operation, destProcessId);
1101 }
1102 int Reduce(const unsigned int* sendBuffer, unsigned int* recvBuffer, vtkIdType length,
1103 int operation, int destProcessId)
1104 {

Callers

nothing calls this directly

Calls 1

ReduceMethod · 0.45

Tested by

no test coverage detected