MPI_jacsolve
 All Files Functions Variables
vecaccu.h
Go to the documentation of this file.
1 #ifndef HEADER_VECACCU
2 #define HEADER_VECACCU
3 #include <mpi.h>
4 
17 void VecAccu(const int nx, const int ny, float w[],
18  const int neigh[], const int color, const MPI::Intracomm& icomm);
23 void FreeVecAccu();
24 
25 #endif
void FreeVecAccu()
Definition: vecaccu.cpp:94
void VecAccu(const int nx, const int ny, float w[], const int neigh[], const int color, const MPI::Intracomm &icomm)
Definition: vecaccu.cpp:7