Files
opm-simulators/tests
Bård Skaflestad 99368d73d2 RegionMapping<>: Support arbitrary region IDs
This commit introduces a new public method, activeRegions(), that
retrieves those region IDs that contain at least one active cell.
We furthermore extend the cells() method to support lookup of
arbitrary region IDs.  Non-active region IDs produce empty cell
ranges.

Intended use case is

    for (const auto& reg : rmap.activeRegions()) {
        const auto& c = rmap.cells(reg);

        // use c
    }
2015-09-15 15:33:22 +02:00
..
2015-08-10 16:07:45 +02:00
2015-08-06 15:56:51 +02:00
2015-08-06 15:56:51 +02:00
2015-08-06 15:56:51 +02:00
2015-08-06 15:56:51 +02:00
2015-08-06 15:56:51 +02:00
2015-08-10 16:07:45 +02:00
2014-07-08 10:58:39 +08:00
2015-09-02 12:29:18 +02:00
2015-08-10 16:07:45 +02:00
2015-08-19 13:12:14 +02:00
2015-08-19 13:12:14 +02:00
2014-02-04 21:42:07 +01:00
2013-06-05 12:24:23 +02:00
2015-08-06 15:56:51 +02:00