opm-simulators/opm/simulators
Håkon Hægland 0abcac3777 Fixes a bug in GasLiftStage2_impl.hpp
When making gas lift parallel, see PR #3148, redistributeALQ() did not
reserve space for the decremental and incremental gradients. Later in
execution thread when push_back() was called to add elements to the
vectors, the capacity of the vector could get exceeded and hence the
internal representation of the vector could be reallocated. This seems
to have caused access to undefined memory errors since the iterators into
the vectors was long longer valid.
2021-05-19 00:54:48 +02:00
..
aquifers Reduce Aquifer Data Copying 2021-05-17 23:24:52 +02:00
flow Merge pull request #3263 from akva2/move_ecldeck_param 2021-05-18 08:19:19 +02:00
linalg fixed: do not use Opm:: prefix when inside namespace Opm 2021-05-05 11:59:18 +02:00
timestepping fixed: do not use Opm:: prefix when inside namespace Opm 2021-05-05 11:59:18 +02:00
utils changed: put partially supported keywords in separate compile unit 2021-05-12 14:29:33 +02:00
wells Fixes a bug in GasLiftStage2_impl.hpp 2021-05-19 00:54:48 +02:00
opm-simulators_doxygen_main.hpp Moved all remaining files out of opm/autodiff. 2019-06-20 11:00:51 +02:00