|
enum | EnabledTypes { IntProperties = 0x01
, DoubleProperties = 0x02
, AllProperties = IntProperties | DoubleProperties
} |
|
|
| EclipseState (const Deck &deck) |
|
const IOConfig & | getIOConfig () const |
|
IOConfig & | getIOConfig () |
|
const InitConfig & | getInitConfig () const |
|
InitConfig & | getInitConfig () |
|
const SimulationConfig & | getSimulationConfig () const |
|
virtual const EclipseGrid & | getInputGrid () const |
|
const FaultCollection & | getFaults () const |
|
const TransMult & | getTransMult () const |
|
TransMult & | getTransMult () |
|
const NNC & | getInputNNC () const |
| non-neighboring connections the non-standard adjacencies as specified in input deck
|
|
void | appendInputNNC (const std::vector< NNCdata > &nnc) |
|
void | setInputNNC (const NNC &nnc) |
|
bool | hasInputNNC () const |
|
virtual const FieldPropsManager & | fieldProps () const |
|
virtual const FieldPropsManager & | globalFieldProps () const |
|
const TableManager & | getTableManager () const |
|
const EclipseConfig & | getEclipseConfig () const |
|
const EclipseConfig & | cfg () const |
|
const GridDims & | gridDims () const |
|
const UnitSystem & | getDeckUnitSystem () const |
|
const UnitSystem & | getUnits () const |
|
std::string | getTitle () const |
|
void | apply_schedule_keywords (const std::vector< DeckKeyword > &keywords) |
|
const Runspec & | runspec () const |
|
const AquiferConfig & | aquifer () const |
|
const TracerConfig & | tracer () const |
|
const MICPpara & | getMICPpara () const |
|
void | reset_actnum (const std::vector< int > &new_actnum) |
|
void | pruneDeactivatedAquiferConnections (const std::vector< std::size_t > &deactivated_cells) |
|
void | loadRestartAquifers (const RestartIO::RstAquifer &aquifers) |
|
void | appendAqufluxSchedule (const std::unordered_set< int > &ids) |
|
template<class Serializer > |
void | serializeOp (Serializer &serializer) |
|
The documentation for this class was generated from the following file: