HydroCODE 0.1
This is a implementation of fully explict forward Euler scheme for 1-D Euler equations of motion on Lagrange coordinate
var_struc.h 文件参考
此图展示该文件直接或间接的被哪些文件引用了:

浏览源代码.

结构体

struct  flu_var
 Pointer structural body of fluid variables. 更多...
 
struct  cell_var
 Pointer structural body of variables on computational cells. 更多...
 

宏定义

#define EPS   1e-9
 If the system does not set, the default largest value can be seen as zero is EPS. 更多...
 
#define N_CONF   400
 Define the number of configuration parameters. 更多...
 

变量

double config []
 Initial configuration data array. 更多...
 

宏定义说明

◆ EPS

#define EPS   1e-9

If the system does not set, the default largest value can be seen as zero is EPS.

◆ N_CONF

#define N_CONF   400

Define the number of configuration parameters.

变量说明

◆ config

double config[]
extern

Initial configuration data array.