Simulator programs and utilities for automatic differentiation.
Go to file
Joakim Hove a256dc0e5d 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
examples Replaced SimulatorState -> SimulationDatacontainer 2016-03-29 10:44:49 +02:00
opm/core Replaced SimulatorState -> SimulationDatacontainer 2016-03-29 10:44:49 +02:00
tests Replaced SimulatorState -> SimulationDatacontainer 2016-03-29 10:44:49 +02:00