opm-simulators/python/simulators
Håkon Hægland 4c5245196b Changed calling convention for shared pointers.
Expect non-reference type shared pointers arguments instead of references
to shared pointer. This will make it clear to the caller that the called
function is making a copy of the pointer for its own use and not trying
to modify the original pointer of the caller.
2021-09-22 23:49:13 +02:00
..
CMakeLists.txt Initialize blackoil simulator from schedule shared with Python. 2021-09-21 15:52:59 +02:00
Pybind11Exporter.cpp Initialize blackoil simulator from schedule shared with Python. 2021-09-21 15:52:59 +02:00
PyBlackOilSimulator.cpp Changed calling convention for shared pointers. 2021-09-22 23:49:13 +02:00
simulators.cpp Implements access to the porosity from Python. 2020-11-03 17:18:14 +01:00