MPI_jacsolve
accudiag.h
Go to the documentation of this file.
1 #ifndef HEADER_ACCUDIAG
2 #define HEADER_ACCUDIAG
3 
17 void AccuDiag(const int nnode, const int id[], const int ik[],const double sk[], double d[],
18  const int nx, const int ny, const int neigh[], const int color, const MPI::Intracomm& icomm);
19 
20 #endif
void AccuDiag(const int nnode, const int id[], const int ik[], const double sk[], double d[], const int nx, const int ny, const int neigh[], const int color, const MPI::Intracomm &icomm)
Definition: accudiag.cpp:15