mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
This was moved to assemble() some time ago but according to my logic it belongs in the solve method since this is only a trick to solve the well equations simultaneously with the reservoir equations. A buggy side effect of the currect implementation was that the well residual was considered in the convergence test. I.e. this move changes the convergence behaviour of the simulator.