Added grid collection and reuse of MainGrid if the grids are equal

p4#: 20517
This commit is contained in:
Magne Sjaastad
2013-02-14 13:16:56 +01:00
parent 46cb61e859
commit 8f50b90216
11 changed files with 114 additions and 38 deletions

View File

@@ -38,6 +38,7 @@ public:
RigMainGrid* mainGrid() { return m_mainGrid.p(); }
const RigMainGrid* mainGrid() const { return m_mainGrid.p(); }
void setMainGrid(RigMainGrid* mainGrid);
void allGrids(std::vector<RigGridBase*>* grids);
void allGrids(std::vector<const RigGridBase*>* grids) const;
@@ -66,7 +67,6 @@ public:
private:
void computeFaults();
void computeActiveCellData();
void computeWellCellsPrGrid();
void computeActiveCellsGeometryBoundingBox();