13 void Send_ProcD(
const int to,
const int nin,
const double xin[],
const MPI::Intracomm& icomm);
23 void Recv_ProcD(
const int from,
int& nout,
double xout[],
const int maxbuf,
24 const MPI::Intracomm& icomm);
36 void ExchangeD(
const int yourid,
const int nin,
const double xin[],
37 int& nout,
double xout[],
const int maxbuf,
const MPI::Intracomm& icomm);
void Send_ProcD(const int to, const int nin, const double xin[], const MPI::Intracomm &icomm)
Definition: dexx.cpp:9
void Recv_ProcD(const int from, int &nout, double xout[], const int maxbuf, const MPI::Intracomm &icomm)
Definition: dexx.cpp:26
void ExchangeD(const int yourid, const int nin, const double xin[], int &nout, double xout[], const int maxbuf, const MPI::Intracomm &icomm)
Definition: dexx.cpp:53