19 #include <pybind11/pybind11.h>
20 #include <pybind11/embed.h>
21 #include <pybind11/stl.h>
25 m.doc() =
"pybind11 Flow123D plugin";
27 py::class_<FieldCacheProxy>(m,
"FieldCacheProxy", py::buffer_protocol())
const std::string & field_name() const
Getter returns field name.
static py::buffer_info field_proxy_get_buffer(FieldCacheProxy &proxy)
PYBIND11_MODULE(flow123d_python_api, m)