mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-01-16 14:51:56 -06:00
initial wellIterations members.
This commit is contained in:
parent
922490a9d8
commit
5e1e0d3711
@ -34,8 +34,10 @@ namespace Opm
|
||||
model_(std::move(model_arg)),
|
||||
nonlinearIterations_(0),
|
||||
linearIterations_(0),
|
||||
wellIterations_(0),
|
||||
nonlinearIterationsLast_(0),
|
||||
linearIterationsLast_(0)
|
||||
linearIterationsLast_(0),
|
||||
wellIterationsLast_(0)
|
||||
{
|
||||
if (!model_) {
|
||||
OPM_THROW(std::logic_error, "Must provide a non-null model argument for NonlinearSolver.");
|
||||
|
Loading…
Reference in New Issue
Block a user