opm-common/opm/output/eclipse/VectorItems
Bård Skaflestad 6d3ee57dd5 Define ILBR/ILBS in Terms of Depth First Traversal
The existing algorithm was a little too fragile and dependent on
branch numbers.  This new version starts at segment 1/branch 1 and
follows Segment::inletSegments() in depth-first order, taking care
to enqueue new branches as they're encountered instead of in
numerical order.  We search to the end of each branch before
switching to the next branch.  This ensures determinism regardless
of branch numbering and input ordering.

While here, switch iLBR_ to a WindowedMatrix<int> to simplify branch
references in the output table.
2023-10-02 14:59:55 +02:00
..
action.hpp Some simplification in ZLACT book keeping 2021-09-15 14:29:28 +02:00
aquifer.hpp Add Restart File Output Support for Constant Flux Aquifers 2023-03-16 10:32:43 +01:00
connection.hpp Pad XCON vector with tracer values (currently just zero) 2021-11-23 07:52:55 +01:00
doubhead.hpp Workaround to avoid failing tests, also fixed some tab indenting. 2023-08-28 11:21:34 +02:00
group.hpp Address Review Comments 2022-05-24 18:21:41 +02:00
intehead.hpp Rename NETBALAN Items in INTEHEAD 2022-09-07 13:04:54 +02:00
logihead.hpp initial changes to output network data to ECL-compatible restart file 2021-02-17 08:58:52 +01:00
msw.hpp Define ILBR/ILBS in Terms of Depth First Traversal 2023-10-02 14:59:55 +02:00
network.hpp Identify Extended Network Model Node Name Item in ZNODE 2021-11-03 13:17:49 +01:00
tabdims.hpp Decouple Table Linearisation from LibECL 2019-10-02 23:11:56 +02:00
well.hpp Fixed SWell indices 2023-06-02 09:24:59 +02:00