Get compressed to cartesian mapping and depths from the vanguard

This commit is contained in:
Tor Harald Sandve
2020-12-08 16:09:01 +01:00
parent 8a0fde9104
commit 6cf91e7f19
9 changed files with 100 additions and 68 deletions

View File

@@ -244,6 +244,10 @@ public:
cartesianIndexMapper_.reset(new CartesianIndexMapper(*grid_));
this->updateGridView_();
this->updateCartesianToCompressedMapping_();
this->updateCellDepths_();
#if HAVE_MPI
if (mpiSize > 1) {
try