mirror of
https://github.com/OPM/opm-simulators.git
synced 2026-09-05 04:40:19 -05:00
addressing the reviewing comments for PR OPM/opm-simulators#3039
putting the numerical aquifer related modification in a function and the function is called after the equilibration calculation, so it will work for different equilibration methods.
This commit is contained in:
@@ -60,7 +60,6 @@ public:
|
||||
{
|
||||
this->cell_to_aquifer_cell_idx_.resize(this->ebos_simulator_.gridView().size(/*codim=*/0), -1);
|
||||
|
||||
// TODO: here, the parallelisation is obviously ignored
|
||||
for (size_t idx = 0; idx < aquifer.numCells(); ++idx) {
|
||||
const auto& cell = *(aquifer.getCellPrt(idx));
|
||||
const int global_idx = cell.global_index;
|
||||
|
||||
Reference in New Issue
Block a user