MPI_jacsolve
 All Files Functions Variables
dexx.h
Go to the documentation of this file.
1 // general header for all functions in directory
2 
3 #ifndef HEADER_DEXX
4 #define HEADER_DEXX
5 
13 void Send_ProcD(const int to, const int nin, const double xin[], const MPI::Intracomm& icomm);
14 
23 void Recv_ProcD(const int from, int& nout, double xout[], const int maxbuf,
24  const MPI::Intracomm& icomm);
25 
36 void ExchangeD(const int yourid, const int nin, const double xin[],
37  int& nout, double xout[], const int maxbuf, const MPI::Intracomm& icomm);
38 
39 #endif
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