MPI_jacsolve
jacsolve.h
Go to the documentation of this file.
1 #ifndef JACSOLVE_FILE
2 #define JACSOLVE_FILE
3 
4 #include <mpi.h>
22 void JacobiSolve(const int nnode, const int nx, const int ny,
23  const int neigh[], const int color, const MPI::Intracomm& icomm,
24  const int id[], const int ik[], const double sk[],
25  const double f[], double u[] );
26 
27 
28 
29 #endif
void JacobiSolve(const int nnode, const int nx, const int ny, const int neigh[], const int color, const MPI::Intracomm &icomm, const int id[], const int ik[], const double sk[], const double f[], double u[])
Definition: jacsolve.cpp:12