opm-simulators/opm/core
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
..
flowdiagnostics use the error macros from opm-common 2015-10-08 11:42:15 +02:00
linalg Return a constant reference to the mask for ParallelISTLInformation::updateOwnerMask 2015-11-02 15:02:32 +01:00
pressure Replaced SimulatorState -> SimulationDatacontainer 2016-03-29 10:44:49 +02:00
props Changed include due to OpmLog changed path 2016-03-17 15:59:50 +01:00
simulator Replaced SimulatorState -> SimulationDatacontainer 2016-03-29 10:44:49 +02:00
transport PVT properties: allow them to be temperature dependent 2014-12-01 20:06:31 +01:00
utility use the error macros from opm-common 2015-10-08 11:42:15 +02:00
wells Add missing opm-parser headers 2016-02-26 11:49:40 +01:00
well_controls.h Initial integration of VFP 2015-08-19 13:10:48 +02:00
wells.h Avoid using bool in the c code 2015-10-07 12:49:05 +02:00