WRApplication
External kratos "application" for multiscale time integration.
Loading...
Searching...
No Matches
MPIUtils Struct Reference

#include <MPIUtils.hpp>

Collaboration diagram for MPIUtils:

Static Public Member Functions

template<class TInputIterator , class TOutputIterator >
static void AllGatherV (TInputIterator itBegin, TInputIterator itEnd, TOutputIterator itOutput, DataCommunicator &rCommunicator)
 Synchronize a union of all items on every rank.
 

Member Function Documentation

◆ AllGatherV()

template<class TInputIterator , class TOutputIterator >
static void AllGatherV ( TInputIterator  itBegin,
TInputIterator  itEnd,
TOutputIterator  itOutput,
DataCommunicator &  rCommunicator 
)
static

Synchronize a union of all items on every rank.

Warning
This function is only meant to be used for trivially serializable value types.

The documentation for this struct was generated from the following file: