mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Fixup usage of Deck, EclipseState, Schedule, and SummaryConfig to take into account the class variables deck_, eclipseState_, schedule_, and summaryConfig_. These variables might initially be empty (nullptr) when the object is constructed by calling Main(argc, argv) from flow.cpp, flow_blackoil_dunecpr.cpp, flow_onephase.cpp, or flow_onephase_energy.cpp. However, when Opm::Main is constructed from the Python interface code (to be implemented in a later PR) by using the constructor Main(argc, argv, deck, eclispeState, schedule, summaryConfig) the variables will not be intially empty. |
||
---|---|---|
.. | ||
BlackoilModelEbos.hpp | ||
BlackoilModelParametersEbos.hpp | ||
countGlobalCells.hpp | ||
FlowMainEbos.hpp | ||
Main.hpp | ||
MissingFeatures.cpp | ||
MissingFeatures.hpp | ||
NonlinearSolverEbos.hpp | ||
SimulatorFullyImplicitBlackoilEbos.hpp |