opm-simulators/opm/simulators/flow/python
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
..
Pybind11Exporter.hpp Initialize blackoil simulator from schedule shared with Python. 2021-09-21 15:52:59 +02:00
PyBlackOilSimulator.hpp Changed calling convention for shared pointers. 2021-09-22 23:49:13 +02:00
PyMaterialState_impl.hpp Implements access to the porosity from Python. 2020-11-03 17:18:14 +01:00
PyMaterialState.hpp Implements access to the porosity from Python. 2020-11-03 17:18:14 +01:00
simulators.hpp use RAII for MPI initialization 2021-08-12 13:20:59 +02:00