opm-simulators/opm/simulators/aquifers
Bård Skaflestad 15116bf2a9 Reduce Aquifer Data Copying
This commit switches to using 'map<>::insert_or_assign()' as the
primary interface for collecting dynamic aquifer data.  In turn,
this activates move semantics for the substructures and reduces the
number of times the data is copied.

Insert_or_assign requires the key, so provide this value--i.e., the
aquifer ID--as part of the AquiferInterface.
2021-05-17 23:24:52 +02:00
..
AquiferCarterTracy.hpp Reduce Aquifer Data Copying 2021-05-17 23:24:52 +02:00
AquiferFetkovich.hpp Reduce Aquifer Data Copying 2021-05-17 23:24:52 +02:00
AquiferInterface.hpp Reduce Aquifer Data Copying 2021-05-17 23:24:52 +02:00
AquiferNumerical.hpp Reduce Aquifer Data Copying 2021-05-17 23:24:52 +02:00
BlackoilAquiferModel_impl.hpp Reduce Aquifer Data Copying 2021-05-17 23:24:52 +02:00
BlackoilAquiferModel.hpp fixed: do not use Opm:: prefix when inside namespace Opm 2021-05-05 11:59:18 +02:00