mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Produce geometry for all cells, not per grid
p4#: 21710
This commit is contained in:
parent
e5b1921bdf
commit
5d2249aaea
@ -255,6 +255,10 @@ void RigReservoirBuilderMock::populateReservoir(RigCaseData* eclipseCase)
|
||||
activeCellInfo->setCellResultIndex(i, i);
|
||||
}
|
||||
|
||||
activeCellInfo->setGridCount(1);
|
||||
activeCellInfo->setGridActiveCellCounts(0, eclipseCase->mainGrid()->cells().size());
|
||||
activeCellInfo->computeDerivedData();
|
||||
|
||||
// Add grid coarsening for main grid
|
||||
if (cellDimension().x() > 4 &&
|
||||
cellDimension().y() > 5 &&
|
||||
|
Loading…
Reference in New Issue
Block a user