20#ifndef OPM_AGGREGATE_NETWORK_DATA_HPP
21#define OPM_AGGREGATE_NETWORK_DATA_HPP
25#include <opm/io/eclipse/PaddedOutputString.hpp>
39namespace Opm {
namespace RestartIO {
namespace Helpers {
49 const std::size_t lookup_step,
51 const std::vector<int>& inteHead);
53 const std::vector<int>& getINode()
const
55 return this->iNode_.
data();
58 const std::vector<int>& getIBran()
const
60 return this->iBran_.
data();
63 const std::vector<int>& getINobr()
const
65 return this->iNobr_.
data();
69 const std::vector<double>& getRNode()
const
71 return this->rNode_.
data();
74 const std::vector<double>& getRBran()
const
76 return this->rBran_.
data();
80 const std::vector<EclIO::PaddedOutputString<8>>& getZNode()
const
82 return this->zNode_.data();
Provide facilities to simplify constructing restart vectors such as IWEL or RSEG.
Definition: EclipseState.hpp:55
Definition: AggregateNetworkData.hpp:42
const std::vector< T > & data() const
Get read-only access to full, linearised data items for all windows.
Definition: WindowedArray.hpp:131
Definition: Schedule.hpp:130
Definition: SummaryState.hpp:68
Definition: UnitSystem.hpp:33
This class implements a small container which holds the transmissibility mulitpliers for all the face...
Definition: Exceptions.hpp:30