| 
| void  | DispPro (const double pro, const int step) | 
|   | This function print a progress bar on one line of standard output.  更多...
  | 
|   | 
| int  | CreateDir (const char *pPath) | 
|   | This is a function that recursively creates folders.  更多...
  | 
|   | 
| void  | init_mem (double *p[], const int n, int **cell_pt) | 
|   | This is a function that initializes memory for double-precision floating-point data.  更多...
  | 
|   | 
| void  | init_mem_int (int *p[], const int n, int **cell_pt) | 
|   | This is a function that initializes memory for integer data.  更多...
  | 
|   | 
| void  | mat_mul (const double A[], const double B[], double C[], const int m, const int p, const int n) | 
|   | 
| void  | mat_add (const double A[], const double B[], double C[], const int m, const int n) | 
|   | 
| void  | mat_sub (const double A[], const double B[], double C[], const int m, const int n) | 
|   | 
| int  | rinv (double a[], const int n) | 
|   | 
| double  | minmod2 (const double s_L, const double s_R) | 
|   | Minmod limiter function of two variables.  更多...
  | 
|   | 
| double  | minmod3 (const double s_L, const double s_R, const double s_m) | 
|   | Minmod limiter function of three variables.  更多...
  | 
|   | 
This file is the header file of several independent tool functions. 
This header file declares functions in the folder 'tools', 
在文件 tools.h 中定义.