This is a C file of the main function. 更多...
#include <errno.h>#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"宏定义 | |
| #define | CV_INIT_MEM(v, N) |
| N memory allocations to the initial fluid variable 'v' in the structural body cell_var. 更多... | |
函数 | |
| int | main (int argc, char *argv[]) |
| This is the main function which constructs the main structure of the Lagrangian/Eulerian hydrocode. 更多... | |
变量 | |
| double | config [N_CONF] |
| Initial configuration data array. 更多... | |
This is a C file of the main function.
| #define CV_INIT_MEM | ( | v, | |
| N | |||
| ) |
N memory allocations to the initial fluid variable 'v' in the structural body cell_var.
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
This is the main function which constructs the main structure of the Lagrangian/Eulerian hydrocode.
| [in] | argc | ARGument counter. |
| [in] | argv | ARGument values.
|
| double config[N_CONF] |
Initial configuration data array.