20#ifndef OPM_OUTPUT_ECLIPSE_VECTOR_ACTION_HPP
21#define OPM_OUTPUT_ECLIPSE_VECTOR_ACTION_HPP
25namespace Opm {
namespace RestartIO {
namespace Helpers {
namespace VectorItems {
28 enum index : std::vector<int>::size_type {
59 constexpr std::size_t ConditionSize = 26;
65 enum index : std::vector<int>::size_type {
76 constexpr std::size_t ConditionSize = 16;
81 enum index : std::vector<int>::size_type {
94 constexpr std::size_t RHSOffset = 1;
95 constexpr std::size_t ConditionSize = 13;
100 constexpr std::size_t max_line_length = 128;
This class implements a small container which holds the transmissibility mulitpliers for all the face...
Definition Exceptions.hpp:30