opm-simulators/opm
Markus Blatt afc3ad3522 Guard access of well variable with asImpl().localWellsActive()
Since PR #541 the arrays cq_s, mob_perfcells, and b_perfcells are
empty if there are no wells in the domain of the process. This
caused segementation faults at various places where we compute
on the wells. With this commit we now guard this places using
asImpl().localWellsActive() and only using the array if the call
returns true.
2015-12-09 15:18:03 +01:00
..
autodiff Guard access of well variable with asImpl().localWellsActive() 2015-12-09 15:18:03 +01:00
polymer adapt to the "mutable geology" changes from opm-autodiff 2015-11-26 12:20:15 +01:00