20 #ifndef OPM_PY_BLACKOIL_SIMULATOR_HEADER_INCLUDED 21 #define OPM_PY_BLACKOIL_SIMULATOR_HEADER_INCLUDED 23 #include <opm/simulators/flow/python/PyBaseSimulator.hpp> 24 #include <opm/simulators/flow/TTagFlowProblemTPFA.hpp> 38 const std::vector<std::string>& args)
43 std::shared_ptr<Opm::EclipseState> state,
44 std::shared_ptr<Opm::Schedule> schedule,
45 std::shared_ptr<Opm::SummaryConfig> summary_config,
46 const std::vector<std::string>& args)
47 :
BaseType(deck, state, schedule, summary_config, args)
53 #endif // OPM_PY_BLACKOIL_SIMULATOR_HEADER_INCLUDED Definition: PyBlackOilSimulator.hpp:30
Definition: PyBaseSimulator.hpp:44
Definition: PyBaseSimulator.hpp:41
Specialised type tag for simulations that can use the customised assembly process for TPFA discretisa...
Definition: TTagFlowProblemTPFA.hpp:34