MPI_jacsolve
 All Files Functions Variables
userset.h
Go to the documentation of this file.
1 #ifndef USERSET_FILE
2 #define USERSET_FILE
3 
4 
11 void SetU(const int nx, const int ny, float u[]);
12 
19 void SetF(const int nx, const int ny, float f[]);
20 
27 //#pragma acc routine seq
28 float FunctF(const float& x, const float& y);
29 
36 float FunctU(const float& x, const float& y);
37 
38 #endif
39 
float FunctU(const float &x, const float &y)
Definition: userset.cpp:33
float FunctF(const float &x, const float &y)
Definition: userset.cpp:26
void SetF(const int nx, const int ny, float f[])
Definition: userset.cpp:14
void SetU(const int nx, const int ny, float u[])
Definition: userset.cpp:3