mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
this has several advanges: - a consistent and complete help message is now printed by passing the -h or --help command line parameters. most notably this allows to generically implement tab completion of parameters for bash - the full list of runtime parameters can now be printed before the simulator has been run. - all runtime parameters understood by ebos can be specified - no hacks to marry the two parameter systems anymore - command parameters now follow the standard unix convention, i.e., `--param-name=value` instead of `param_name=value` on the negative side, some parameters have been renamed and the syntax has changed so calls to `flow` that specify parameters must adapted. |
||
---|---|---|
.. | ||
mrst | ||
compute_eikonal_from_files.cpp | ||
compute_initial_state.cpp | ||
compute_tof_from_files.cpp | ||
diagnose_relperm.cpp | ||
find_zero.cpp | ||
flow_legacy.cpp | ||
flow_reorder.cpp | ||
flow_sequential.cpp | ||
flow.cpp | ||
sim_2p_comp_reorder.cpp | ||
sim_2p_incomp_ad.cpp | ||
sim_poly2p_comp_reorder.cpp | ||
sim_poly2p_incomp_reorder.cpp | ||
sim_simple.cpp | ||
wells_example.cpp |