|
opm-common
|
Result Set From RegionSetMatcher's Matching Process. More...
#include <RegionSetMatcher.hpp>
Classes | |
| class | RegionIndexRange |
| Region Index Range for Single Region Set. More... | |
Public Member Functions | |
| RegionSetMatcher ()=delete | |
| Default constructor. More... | |
| RegionSetMatcher (const FIPRegionStatistics &fipRegStats) | |
| Constructor. More... | |
| RegionSetMatcher (const RegionSetMatcher &rhs)=delete | |
| Copy constructor. More... | |
| RegionSetMatcher (RegionSetMatcher &&rhs) | |
| Move constructor. More... | |
| RegionSetMatcher & | operator= (const RegionSetMatcher &rhs)=delete |
| Assignment operator. More... | |
| RegionSetMatcher & | operator= (RegionSetMatcher &&rhs) |
| Move-assignment operator. More... | |
| ~RegionSetMatcher () | |
| Destructor. More... | |
| RegionSetMatchResult | findRegions (const SetDescriptor ®Set) const |
| Determine collection of region sets and corresponding region indices matching an input set description. More... | |
Result Set From RegionSetMatcher's Matching Process.
| Opm::RegionSetMatchResult::~RegionSetMatcher | ( | ) |
Destructor.
Needed to implement "pimpl" idiom.
| RegionSetMatchResult Opm::RegionSetMatchResult::findRegions | ( | const SetDescriptor & | regSet | ) | const |
Determine collection of region sets and corresponding region indices matching an input set description.
Set is typically derived from description of user defined quantities at the region level, e.g.,
which represents the surface level liquid production rate for all regions in the region set 'FIPNUM'.
| [in] | regSet | selection description. |
|
delete |
| RegionSetMatcher& Opm::RegionSetMatchResult::operator= | ( | RegionSetMatcher && | rhs | ) |
Move-assignment operator.
| [in,out] | rhs | Source object. Left in empty state upon return. |
|
delete |
Default constructor.
Disabled.
|
explicit |
Constructor.
| [in] | fipRegStats | Basic statistics about model's region sets. |
|
delete |
| Opm::RegionSetMatchResult::RegionSetMatcher | ( | RegionSetMatcher && | rhs | ) |
Move constructor.
| [in,out] | rhs | Source object. Left in empty state upon return. |