Result Set From RegionSetMatcher's Matching Process.
More...
#include <RegionSetMatcher.hpp>
Result Set From RegionSetMatcher's Matching Process.
◆ ~RegionSetMatcher()
Opm::RegionSetMatchResult::~RegionSetMatcher |
( |
| ) |
|
Destructor.
Needed to implement "pimpl" idiom.
◆ findRegions()
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.,
UDQ
DEFINE RURAL ROPR_NUM + RWPR_NUM /
/
which represents the surface level liquid production rate for all regions in the region set 'FIPNUM'.
- Parameters
-
[in] | regSet | selection description. |
- Returns
- Collection of region sets and corresponding region indices matching input set description.
◆ operator=() [1/2]
Assignment operator.
Disabled.
- Parameters
-
- Returns
- .
◆ operator=() [2/2]
Move-assignment operator.
- Parameters
-
[in,out] | rhs | Source object. Left in empty state upon return. |
- Returns
- .
◆ RegionSetMatcher() [1/4]
Opm::RegionSetMatchResult::RegionSetMatcher |
( |
| ) |
|
|
delete |
Default constructor.
Disabled.
◆ RegionSetMatcher() [2/4]
Constructor.
- Parameters
-
[in] | fipRegStats | Basic statistics about model's region sets. |
◆ RegionSetMatcher() [3/4]
Opm::RegionSetMatchResult::RegionSetMatcher |
( |
const RegionSetMatcher & |
rhs | ) |
|
|
delete |
Copy constructor.
Disabled.
- Parameters
-
◆ RegionSetMatcher() [4/4]
Opm::RegionSetMatchResult::RegionSetMatcher |
( |
RegionSetMatcher && |
rhs | ) |
|
Move constructor.
- Parameters
-
[in,out] | rhs | Source object. Left in empty state upon return. |
The documentation for this class was generated from the following file: