20 #ifndef OPM_OUTPUT_ECLIPSE_VECTOR_NETWORK_HPP 21 #define OPM_OUTPUT_ECLIPSE_VECTOR_NETWORK_HPP 25 namespace Opm {
namespace RestartIO {
namespace Helpers {
namespace VectorItems {
30 enum index : std::vector<int>::size_type {
31 NoBranchesConnToNode = 0,
32 CumNoBranchesConnToNode = 1,
39 enum index : std::vector<int>::size_type {
47 enum index : std::vector<double>::size_type {
55 enum index : std::vector<double>::size_type {
65 enum index : std::vector<const char*>::size_type {
72 #endif // OPM_OUTPUT_ECLIPSE_VECTOR_NETWORK_HPP Definition: AggregateNetworkData.cpp:593
Definition: AggregateNetworkData.cpp:522
Definition: AggregateNetworkData.cpp:386
Definition: AggregateNetworkData.cpp:461
This class implements a small container which holds the transmissibility mulitpliers for all the face...
Definition: Exceptions.hpp:30
Definition: AggregateNetworkData.cpp:551