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 structure cell_var_stru. 更多... | |
函数 | |
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.
在文件 hydrocode.c 中定义.
#define CV_INIT_MEM | ( | v, | |
N | |||
) |
N memory allocations to the initial fluid variable 'v' in the structure cell_var_stru.
在文件 hydrocode.c 第 102 行定义.
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.
|
在文件 hydrocode.c 第 137 行定义.
double config[N_CONF] |
Initial configuration data array.
在文件 hydrocode.c 第 97 行定义.