mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
WIP in making AQUFLUX running in parallel.
This commit is contained in:
parent
7bd1cd9aa1
commit
71119b6e42
@ -73,9 +73,6 @@ public:
|
|||||||
this->flux_rate_ += Opm::getValue(q);
|
this->flux_rate_ += Opm::getValue(q);
|
||||||
}
|
}
|
||||||
|
|
||||||
const auto& comm = this->ebos_simulator_.vanguard().grid().comm();
|
|
||||||
comm.sum(&this->flux_rate_, 1);
|
|
||||||
|
|
||||||
this->cumulative_flux_ += this->flux_rate_ * this->ebos_simulator_.timeStepSize();
|
this->cumulative_flux_ += this->flux_rate_ * this->ebos_simulator_.timeStepSize();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user