#include "../../util/iniparser/src/iniparser.h"#include "./e_kernel.h"Go to the source code of this file.
Functions | |
| int | read_ini_file (void) |
| Use iniparser functions to read the parameter file. | |
| int | read_global_data_from_ini_dictionary (dictionary *d, struct global_data_3D *gdp) |
| Use iniparser functions to read the global data. | |
| int | read_flow_condition_from_ini_dictionary (dictionary *d, int j) |
| Use iniparser functions to read the flow condition data. | |
| int | read_block_data_from_ini_dictionary (dictionary *d, struct block_data_3D *bdp, int j) |
| Use iniparser functions to read the data for a single block. | |
|
||||||||||||
|
Use iniparser functions to read the global data. This is also a good place to initialize global data, such as various bits of configuration that needs to be set. |
1.4.4