Simulator programs and utilities for automatic differentiation.
Go to file
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
tutorials Replaced SimulatorState -> SimulationDatacontainer 2016-03-29 10:44:49 +02:00