mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
move segment_perforations_ and perforation_segment_depth_diffs_ to MultisegmentWellSegments
This commit is contained in:
@@ -71,9 +71,11 @@ public:
|
||||
//! \param num_cells Total number of cells
|
||||
//! \param numPerfs Number of perforations
|
||||
//! \param cells Cell indices for perforations
|
||||
//! \param perforations Cell indices for segment perforations
|
||||
void init(const int num_cells,
|
||||
const int numPerfs,
|
||||
const std::vector<int>& cells);
|
||||
const std::vector<int>& cells,
|
||||
const std::vector<std::vector<int>>& perforations);
|
||||
|
||||
//! \brief Set all coefficients to 0.
|
||||
void clear();
|
||||
|
||||
Reference in New Issue
Block a user