opm-simulators/tutorials
Joakim Hove 25e82cf160 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
..
CMakeLists.txt added: build system for tutorials 2014-06-23 10:48:32 +02:00
generate_doc_figures.py code is now included using \snippet. Apparently this looks better with the new Doxygen version. The HTML_EXTRA_STYLESHEET is now used rather then the HTML_STYLESHEET in order to include used-defined styles for the same reason 2013-03-06 10:17:27 +01:00
tutorial1.cpp fixed: tutorials should include config.h conditionally 2014-06-23 09:53:52 +02:00
tutorial2.cpp Replaced SimulatorState -> SimulationDatacontainer 2016-03-29 10:44:49 +02:00
tutorial3.cpp Replaced SimulatorState -> SimulationDatacontainer 2016-03-29 10:44:49 +02:00
tutorial4.cpp Replaced SimulatorState -> SimulationDatacontainer 2016-03-29 10:44:49 +02:00