mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Get compressed to cartesian mapping and depths from the vanguard
This commit is contained in:
@@ -185,6 +185,8 @@ protected:
|
||||
{
|
||||
grid_ = new Grid(this->eclState().getInputGrid(), this->eclState().fieldProps().porv(true));
|
||||
cartesianIndexMapper_ = new CartesianIndexMapper(*grid_);
|
||||
this->updateCartesianToCompressedMapping_();
|
||||
this->updateCellDepths_();
|
||||
}
|
||||
|
||||
void filterConnections_()
|
||||
|
||||
Reference in New Issue
Block a user