MPI_jacsolve
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 float xin[], const MPI::Intracomm& icomm);
14 
23 void Recv_ProcD(const int from, int& nout, float xout[], const int maxbuf,
24  const MPI::Intracomm& icomm);
25 
36 void ExchangeD(const int yourid, const int nin, const float xin[],
37  int& nout, float xout[], const int maxbuf, const MPI::Intracomm& icomm);
38 
39 #endif
void ExchangeD(const int yourid, const int nin, const float xin[], int &nout, float xout[], const int maxbuf, const MPI::Intracomm &icomm)
Definition: dexx.cpp:53
void Send_ProcD(const int to, const int nin, const float xin[], const MPI::Intracomm &icomm)
Definition: dexx.cpp:9
void Recv_ProcD(const int from, int &nout, float xout[], const int maxbuf, const MPI::Intracomm &icomm)
Definition: dexx.cpp:26