20#ifndef OPM_AGGREGATE_CONNECTION_DATA_HPP
21#define OPM_AGGREGATE_CONNECTION_DATA_HPP
35namespace Opm {
namespace data {
39namespace Opm {
namespace RestartIO {
namespace Helpers {
41 class AggregateConnectionData
44 explicit AggregateConnectionData(
const std::vector<int>& inteHead);
51 const std::size_t sim_step);
57 const std::size_t sim_step,
58 const std::string& lgr_tag);
60 const std::vector<int>& getIConn()
const
62 return this->iConn_.data();
65 const std::vector<float>& getSConn()
const
67 return this->sConn_.data();
70 const std::vector<double>& getXConn()
const
72 return this->xConn_.data();
Provide facilities to simplify constructing restart vectors such as IWEL or RSEG.
About cell information and dimension: The actual grid information is held in a pointer to an ERT ecl_...
Definition EclipseGrid.hpp:61
Provide read-only and read/write access to constantly sized portions/windows of a linearised buffer w...
Definition WindowedArray.hpp:170
Definition Schedule.hpp:101
Definition SummaryState.hpp:72
Definition UnitSystem.hpp:34
Definition Wells.hpp:1199
This class implements a small container which holds the transmissibility mulitpliers for all the face...
Definition Exceptions.hpp:30