1 #ifndef AMREX_PARTICLEMPIUTIL_H_
2 #define AMREX_PARTICLEMPIUTIL_H_
3 #include <AMReX_Config.H>
12 Long
CountSnds(
const std::map<
int, Vector<char> >& not_ours, Vector<Long>& Snds);
14 Long
doHandShake(
const std::map<
int, Vector<char> >& not_ours,
15 Vector<Long>& Snds, Vector<Long>& Rcvs);
18 const Vector<int>& neighbor_procs, Vector<Long>& Snds, Vector<Long>& Rcvs);
Definition: AMReX_Amr.cpp:49
Long doHandShake(const std::map< int, Vector< char > > ¬_ours, Vector< Long > &Snds, Vector< Long > &Rcvs)
Definition: AMReX_ParticleMPIUtil.cpp:25
Long doHandShakeLocal(const std::map< int, Vector< char > > ¬_ours, const Vector< int > &neighbor_procs, Vector< Long > &Snds, Vector< Long > &Rcvs)
Definition: AMReX_ParticleMPIUtil.cpp:50
Long CountSnds(const std::map< int, Vector< char > > ¬_ours, Vector< Long > &Snds)
Definition: AMReX_ParticleMPIUtil.cpp:11