opm-core/examples
Joakim Hove c360079926 Replaced SimulatorState -> SimulationDatacontainer
Have removed the SimulatorState base class, and instead replaced with
the SimulationDatacontainer class from opm-common. The SimulatorState
objects were typcially created with a default constructor, and then
explicitly initialized with a SimulatorState::init() method. For the
SimulationDataContainer RAII is employed; the init( ) has been removed -
and there is no default constructor.
2016-03-29 10:44:49 +02:00
..
compute_eikonal_from_files.cpp Fixes includes wrt opm-parser PR-656 2016-01-21 09:42:51 +01:00
compute_initial_state.cpp Replaced SimulatorState -> SimulationDatacontainer 2016-03-29 10:44:49 +02:00
compute_tof_from_files.cpp use the error macros from opm-common 2015-10-08 11:42:15 +02:00
compute_tof.cpp rename ParseMode in examples folder. 2016-03-17 09:46:12 +08:00
diagnose_relperm.cpp rename ParseMode in examples folder. 2016-03-17 09:46:12 +08:00
mirror_grid.cpp rename ParseMode in examples folder. 2016-03-17 09:46:12 +08:00
sim_2p_comp_reorder.cpp Replaced SimulatorState -> SimulationDatacontainer 2016-03-29 10:44:49 +02:00
sim_2p_incomp.cpp Replaced SimulatorState -> SimulationDatacontainer 2016-03-29 10:44:49 +02:00
wells_example.cpp Replaced SimulatorState -> SimulationDatacontainer 2016-03-29 10:44:49 +02:00