Python bindings for VtkWriter. More...
#include <dune/python/common/typeregistry.hh>
#include <dune/python/pybind11/eigen.h>
#include <dune/python/pybind11/functional.h>
#include <dune/python/pybind11/pybind11.h>
#include <dune/python/pybind11/stl.h>
#include <dune/python/pybind11/stl_bind.h>
#include <dune/vtk/vtkwriter.hh>
#include <ikarus/finiteelements/ferequirements.hh>
#include <ikarus/io/vtkdatatag.hh>
#include <ikarus/io/vtkwriter.hh>
Go to the source code of this file.
Namespaces | |
namespace | Ikarus |
namespace | Ikarus::Python |
Functions | |
template<class Writer , class... options> | |
void | Ikarus::Python::registerVtkWriter (pybind11::handle scope, pybind11::class_< Writer, options... > cls) |
Register Python bindings for a VtkWriter class. . More... | |