#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <popt.h>
#include "../../util/source/useful.h"
#include "../../util/source/logfile.h"
#include "../../gas_models/source/gas.h"
#include "../../flux_calc/source/flux_calc.h"
#include "../../mb_cns/source/cns_case_id.h"
#include "../../mb_cns/source/cns_work_vector.h"
#include "../../mb_cns/source/cns_debug_level.h"
#include "../../mb_cns/source/cns_cell.h"
#include "../../mb_cns/source/cns_echo.h"
#include "../../mb_cns/source/cns_bc_defs.h"
#include "../../mb_cns/source/mb_cfg.h"
#include "./e_block.h"
#include "./e_kernel.h"
#include "./e_init.h"
#include "./e_io.h"
#include "./e_exch.h"
#include "./e_tstep.h"
#include "./e_stats.h"
Functions | |
| void | usage (poptContext optCon, int exitcode, char *error, char *addl) |
| int | main (int argc, char *argv[]) |
1.4.4