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

Function Reduce

Parallel/Core/vtkCommunicator.h:924–928  ·  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

922 * vtkCommunicator::StandardOperations enum to define the operation.
923 */
924 int Reduce(
925 const int* sendBuffer, int* recvBuffer, vtkIdType length, int operation, int destProcessId)
926 {
927 return this->ReduceVoidArray(sendBuffer, recvBuffer, length, VTK_INT, operation, destProcessId);
928 }
929 int Reduce(const unsigned int* sendBuffer, unsigned int* recvBuffer, vtkIdType length,
930 int operation, int destProcessId)
931 {

Callers 15

HasGhostFlagsSetFunction · 0.50
HasGhostFlagsSetFunction · 0.50
operator()Method · 0.50
ConvertFunction · 0.50
ReduceMethod · 0.50
ReduceMethod · 0.50
ReduceMethod · 0.50
ReduceMethod · 0.50
ReduceMethod · 0.50
ReduceMethod · 0.50
ReduceMethod · 0.50

Calls 1

ReduceVoidArrayMethod · 0.45

Tested by

no test coverage detected