This is a C file of the main function. 更多...
#include <stdio.h>#include <stdlib.h>#include <string.h>#include <math.h>#include "../include/var_struc.h"#include "../include/file_io.h"#include "../include/finite_volume.h"#include "../include/meshing.h"宏定义 | |
| #define | NODATPLOT | 
| Switch whether to plot without Matrix data.  更多... | |
| #define | HDF5PLOT | 
| Switch whether to plot with HDF5 data.  更多... | |
| #define | NOTECPLOT | 
| Switch whether to plot without Tecplot data.  更多... | |
| #define | CV_INIT_FV_RESET_MEM(v, N) | 
函数 | |
| int | main (int argc, char *argv[]) | 
| This is the main function which constructs the main structure of the radially symmetric Lagrangian hydrocode.  更多... | |
变量 | |
| double | config [N_CONF] | 
| Initial configuration data array.  更多... | |
This is a C file of the main function.
在文件 hydrocode.c 中定义.
| #define CV_INIT_FV_RESET_MEM | ( | v, | |
| N | |||
| ) | 
在文件 hydrocode.c 第 125 行定义.
| #define HDF5PLOT | 
Switch whether to plot with HDF5 data.
在文件 hydrocode.c 第 115 行定义.
| #define NODATPLOT | 
Switch whether to plot without Matrix data.
在文件 hydrocode.c 第 110 行定义.
| #define NOTECPLOT | 
Switch whether to plot without Tecplot data.
在文件 hydrocode.c 第 120 行定义.
| int main | ( | int | argc, | 
| char * | argv[] | ||
| ) | 
This is the main function which constructs the main structure of the radially symmetric Lagrangian hydrocode.
| [in] | argc | ARGument Counter. | 
| [in] | argv | ARGument Values.
  | 
在文件 hydrocode.c 第 164 行定义.
| double config[N_CONF] | 
Initial configuration data array.
在文件 hydrocode.c 第 123 行定义.