#include <dune/python/pybind11/pybind11.h>
#include <dune/python/pybind11/stl.h>
#include <dumux/material/components/componenttraits.hh>
#include <dumux/common/typetraits/isvalid.hh>
#include <dumux/common/typetraits/typetraits.hh>
Go to the source code of this file.
Namespaces | |
namespace | Dumux |
namespace | Dumux::Python |
namespace | Dumux::Python::Detail |
Functions | |
template<class Comp , class... options> | |
void | Dumux::Python::registerComponent (pybind11::handle scope, pybind11::class_< Comp, options... > cls) |