Simulator programs and utilities for automatic differentiation.
Go to file
Bård Skaflestad 65a63b95a3 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
    }
2018-01-02 14:28:06 +01:00
ebos Start using the BlackoilFluidState 2017-12-15 08:20:09 +01:00
ewoms/aux fix most pedantic compiler warnings in the basic infrastructure 2016-11-09 14:54:22 +01:00
opm/core RegionMapping<>: Support arbitrary region IDs 2018-01-02 14:28:06 +01:00