Files
opm-common/tests
Bård Skaflestad c7d6604d98 Add Container for Dynamic WBPn Source Values
This commit adds a new container class,

    PAvgDynamicSourceData

which wraps a single vector<double> which in turn backs source data
items for

    - pressure values
    - fluid mixture densities
    - dynamic pore-volumes

at a collection of source locations-active cells or well reservoir
connections.  We provide read-only and read-write accessors to the
underlying data items for a single source location through subscript
operator (read only) and named assignment (set(), read-write) member
functions.  The latter is available only when the underlying range
of data values is mutable (e.g., SourceDataSpan<double>) as opposed
to immutable (e.g., SourceDataSpan<const double>).
2023-06-09 15:42:46 +02:00
..
2021-10-25 14:27:26 +02:00
2023-05-22 23:00:30 +02:00
2020-04-16 14:13:54 +02:00
2020-04-16 14:13:54 +02:00
2020-04-16 14:13:54 +02:00
2019-04-08 11:36:20 +02:00
2019-04-08 11:36:20 +02:00
2020-04-14 16:32:52 +02:00
2020-06-25 10:57:11 +02:00
2020-12-01 20:14:37 +01:00
2020-12-01 20:14:37 +01:00
2020-12-01 23:06:44 +01:00
2020-12-01 23:06:44 +01:00
2020-11-10 22:02:38 +01:00
2020-11-10 22:02:38 +01:00
2020-11-10 22:02:38 +01:00
2019-02-15 18:01:38 +01:00
2020-01-28 12:46:18 +01:00
2017-05-10 10:03:31 +02:00
2022-09-21 15:47:41 +02:00
2020-12-01 20:14:37 +01:00
2020-12-01 20:14:37 +01:00
2020-11-24 12:10:05 +01:00
2023-01-18 11:01:41 +01:00
2023-01-18 11:01:41 +01:00