opm-common/opm/common
Bård Skaflestad 8a4735efcb Make Self Connection Behaviour Configurable
This commit adds a new class template argument,

    bool PermitSelfConnections

with a default value of 'false', that enables client code to
configure whether or not function

    addConnection(v1, v2)

creates a connection from v1 to v2 if v1 == v2.  The default state
preserves the current behaviour which ignores such connections.

Permitting self connections makes the class slightly more general to
uses cases outside inter-region flow accumulation.
2023-11-16 15:10:59 +01:00
..
OpmLog TimerLog: avoid sstream in header 2022-12-21 11:26:33 +01:00
utility Make Self Connection Behaviour Configurable 2023-11-16 15:10:59 +01:00
ErrorMacros.hpp split out timing macros to separate header 2023-03-01 13:17:00 +01:00
Exceptions.hpp Rename LinearTimeSteppingBreakdown to TimeSteppingBreakdown 2023-07-25 14:56:47 +02:00
TimingMacros.hpp added timing on co2store evaluation and new timing macros 2023-09-28 10:42:20 +02:00