mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Add pvtRegions() accessor.
This commit is contained in:
parent
edeeb3e0ad
commit
ad3e8b591b
@ -451,6 +451,12 @@ namespace Opm
|
||||
return *materialLawManager_;
|
||||
}
|
||||
|
||||
// Direct access to pvt region indices.
|
||||
const std::vector<int>& pvtRegions() const
|
||||
{
|
||||
return cellPvtRegionIdx_;
|
||||
}
|
||||
|
||||
|
||||
private:
|
||||
/// Initializes the properties.
|
||||
|
Loading…
Reference in New Issue
Block a user