opm-simulators/opm/simulators/flow
Håkon Hægland 954d32c3ab Refactor main_() into initialize_() and dispatch_().
For the Python interface's usage (as opposed to the usage by e.g.
flow.cpp), we do not neccessarily want to run the whole simulation by
calling run(), it is also useful to just run one report step at a time.
According to these different usage scenarios, main_() is refactored into
initialize_() and dispatch_() as a preparatory step for implementing the
Python interface (to be presented in a later PR).
2020-04-16 00:21:10 +02:00
..
BlackoilModelEbos.hpp fixed: quell deprecation warnings with dune 2.7 2020-02-07 15:19:44 +01:00
BlackoilModelParametersEbos.hpp Improve/fix well potential calculations for MultiSegmentWell. 2019-12-04 11:01:45 +01:00
countGlobalCells.hpp changed: replace boost::any with std::any 2020-02-19 11:20:16 +01:00
FlowMainEbos.hpp MOve String utility in opm-common 2020-04-04 16:28:16 +02:00
Main.hpp Refactor main_() into initialize_() and dispatch_(). 2020-04-16 00:21:10 +02:00
MissingFeatures.cpp Remove keywords SEPARATE, RUNSUM and DATES from MissingKeywords list 2020-04-07 08:31:22 +02:00
MissingFeatures.hpp Moved Flow-related classes and files to opm/simulators/flow. 2019-06-20 11:00:51 +02:00
NonlinearSolverEbos.hpp changed: ewoms/common -> opm/models/utils 2019-09-19 11:14:36 +02:00
SimulatorFullyImplicitBlackoilEbos.hpp [bugfix][AsyncOutput] Restore asynchronicity for output and make sure 2020-02-10 12:11:30 +01:00