Block-Structured AMR Software Framework
amrex::ParallelGather Namespace Reference

Functions

template<typename T >
void Gather (const T *v, int cnt, T *vs, int root, MPI_Comm comm)
 
template<typename T >
void Gather (const T &v, T *vs, int root, MPI_Comm comm)
 

Function Documentation

◆ Gather() [1/2]

template<typename T >
void amrex::ParallelGather::Gather ( const T &  v,
T *  vs,
int  root,
MPI_Comm  comm 
)

◆ Gather() [2/2]

template<typename T >
void amrex::ParallelGather::Gather ( const T *  v,
int  cnt,
T *  vs,
int  root,
MPI_Comm  comm 
)