My Project
Loading...
Searching...
No Matches
Pybind11Exporter.hpp
1#ifndef OPM_PYBIND11_EXPORTER_HEADER_INCLUDED
2#define OPM_PYBIND11_EXPORTER_HEADER_INCLUDED
3
4#include <pybind11/pybind11.h>
5#include <pybind11/numpy.h>
6#include <pybind11/stl.h>
7//#include <pybind11/embed.h>
8
9namespace py = pybind11;
10
11namespace Opm::Pybind {
12 void export_all(py::module& m);
13 void export_PyBlackOilSimulator(py::module& m);
14}
15
16#endif //OPM_PYBIND11_EXPORTER_HEADER_INCLUDED
constexpr auto getPropValue()
get the value data member of a property
Definition propertysystem.hh:242