8#include "../pythonhelpers.hh"
10#include <dune/python/pybind11/eigen.h>
11#include <dune/python/pybind11/operators.h>
12#include <dune/python/pybind11/pybind11.h>
17 namespace py = pybind11;
18 using namespace pybind11::literals;
21 auto io = pybind11::module::import(
"ikarus.io");
void addBindingsToIO()
Definition: io.hh:16
#define ENUM_BINDINGS_WITH_MODULE(Type, module)
Definition: pythonhelpers.hh:6
Definition: assemblermanipulatorbuildingblocks.hh:22
Definition: vtkdatatag.hh:8
DataTag
Tag enum indicating cell data or point data.
Definition: vtkdatatag.hh:13