version 0.4.1
io.hh
Go to the documentation of this file.
1// SPDX-FileCopyrightText: 2021-2025 The Ikarus Developers mueller@ibb.uni-stuttgart.de
2// SPDX-License-Identifier: LGPL-3.0-or-later
3
8#include "../pythonhelpers.hh"
9
10#include <dune/python/pybind11/eigen.h>
11#include <dune/python/pybind11/operators.h>
12#include <dune/python/pybind11/pybind11.h>
13
15
17 namespace py = pybind11;
18 using namespace pybind11::literals;
19 using namespace Ikarus;
20
21 auto io = pybind11::module::import("ikarus.io");
22
23 using namespace Ikarus::Vtk;
24 using namespace Ikarus;
26}
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