20 #ifndef OPM_AGGREGATE_CONNECTION_DATA_HPP
21 #define OPM_AGGREGATE_CONNECTION_DATA_HPP
36 namespace Opm {
namespace data {
40 namespace Opm {
namespace RestartIO {
namespace Helpers {
52 const std::size_t sim_step);
54 const std::vector<int>& getIConn()
const
56 return this->iConn_.
data();
59 const std::vector<float>& getSConn()
const
61 return this->sConn_.
data();
64 const std::vector<double>& getXConn()
const
66 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:55
Definition: AggregateConnectionData.hpp:43
auto data() const -> decltype(std::declval< const WindowedArray< T >>().data())
Get read-only access to full, linearised data items for all windows.
Definition: WindowedArray.hpp:245
Definition: Schedule.hpp:135
Definition: SummaryState.hpp:69
Definition: UnitSystem.hpp:34
Definition: Wells.hpp:337
This class implements a small container which holds the transmissibility mulitpliers for all the face...
Definition: Exceptions.hpp:29