TODO: docme! More...
#include <dumux/io/vtkoutputmodule.hh>
#include <dune/python/pybind11/pybind11.h>
#include <dune/python/pybind11/stl.h>
#include <dumux/python/common/volumevariables.hh>
#include <dumux/io/velocityoutput.hh>
Go to the source code of this file.
Namespaces | |
namespace | Dumux |
namespace | Dumux::Python |
Functions | |
template<class GridVariables , class SolutionVector , class... options> | |
void | Dumux::Python::registerVtkOutputModule (pybind11::handle scope, pybind11::class_< VtkOutputModule< GridVariables, SolutionVector >, options... > cls) |
template<class GridVariables , class SolutionVector > | |
void | Dumux::Python::registerVtkOutputModule (pybind11::handle scope, const char *clsName="VtkOutputModule") |