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:
@@ -244,6 +244,10 @@ public:
|
||||
|
||||
cartesianIndexMapper_.reset(new CartesianIndexMapper(*grid_));
|
||||
this->updateGridView_();
|
||||
this->updateCartesianToCompressedMapping_();
|
||||
this->updateCellDepths_();
|
||||
|
||||
|
||||
#if HAVE_MPI
|
||||
if (mpiSize > 1) {
|
||||
try
|
||||
|
||||
Reference in New Issue
Block a user