mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
collecting the NaN and too large well residuals
make sure all the processes will throw if there is any of the processes found abnormal residual values.
This commit is contained in:
@@ -168,6 +168,8 @@ namespace Opm {
|
||||
// later, might make share_ptr const later.
|
||||
std::vector<WellInterfacePtr > well_container_;
|
||||
|
||||
using ConvergenceReport = typename WellInterface<TypeTag>::ConvergenceReport;
|
||||
|
||||
// create the well container
|
||||
static std::vector<WellInterfacePtr > createWellContainer(const Wells* wells,
|
||||
const std::vector<const Well*>& wells_ecl,
|
||||
|
||||
Reference in New Issue
Block a user