changing the parameters for the numerical aquifer regression tests

cpr linear solver is used for better convergence.
This commit is contained in:
Kai Bao
2021-03-12 13:33:53 +01:00
parent 9ecdca75d9
commit afac0fb485
2 changed files with 7 additions and 6 deletions

View File

@@ -149,6 +149,7 @@ BlackoilAquiferModel<TypeTag>::endTimeStep()
if (aquiferNumericalActive()) {
for (auto& aquifer : this->aquifers_numerical) {
aquifer.endTimeStep();
this->simulator_.vanguard().grid().comm().barrier();
}
}
}