mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
changing the parameters for the numerical aquifer regression tests
cpr linear solver is used for better convergence.
This commit is contained in:
@@ -149,6 +149,7 @@ BlackoilAquiferModel<TypeTag>::endTimeStep()
|
||||
if (aquiferNumericalActive()) {
|
||||
for (auto& aquifer : this->aquifers_numerical) {
|
||||
aquifer.endTimeStep();
|
||||
this->simulator_.vanguard().grid().comm().barrier();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user