opm-simulators/opm/simulators/timestepping
Andreas Lauser b5cddef928 flow: switch it to use the eWoms parameter system
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.
2018-08-15 23:34:32 +02:00
..
AdaptiveSimulatorTimer.cpp flow: fix the time held by the simulator object 2018-06-27 12:13:50 +02:00
AdaptiveSimulatorTimer.hpp Added initialStep to SimulatorTimerInterface 2017-07-20 12:11:11 +02:00
AdaptiveTimeStepping_impl.hpp Add reportStep method in SimulatorReport and use it 2018-03-12 14:48:34 +01:00
AdaptiveTimeStepping.hpp changed: opm/[core -> common]/utility/parameters 2018-01-30 16:33:45 +01:00
AdaptiveTimeSteppingEbos.hpp flow: switch it to use the eWoms parameter system 2018-08-15 23:34:32 +02:00
SimulatorTimer.cpp Cast argument for milliseconds() call to an integer. 2018-06-27 11:11:27 +02:00
SimulatorTimer.hpp adjust for changed ParameterGroup namespacing 2017-04-28 15:36:25 +02:00
SimulatorTimerInterface.hpp Added initialStep to SimulatorTimerInterface 2017-07-20 12:11:11 +02:00
TimeStepControl.cpp Set timesteps after events 2017-03-09 08:54:44 +01:00
TimeStepControl.hpp adjustments for imported files 2017-02-10 13:02:00 +01:00
TimeStepControlInterface.hpp Timestepper based on userInput 2016-09-21 09:39:36 +02:00