MPI_jacsolve
 All Files Functions
jacsolve.h
Go to the documentation of this file.
1 #ifndef JACSOLVE_FILE
2 #define JACSOLVE_FILE
3 
16 void JacobiSolve(const int nnode, const int id[], const int ik[], const double sk[],
17  const double f[], double u[] );
18 
19 
20 
21 #endif
void JacobiSolve(const int nnode, const int id[], const int ik[], const double sk[], const double f[], double u[])
Definition: jacsolve.cpp:8