mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Added grid collection and reuse of MainGrid if the grids are equal
p4#: 20517
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user