TODO: docme! More...
#include <dumux/common/timeloop.hh>
#include <dune/python/pybind11/pybind11.h>
#include <dune/python/pybind11/stl.h>
Go to the source code of this file.
Namespaces | |
namespace | Dumux |
namespace | Dumux::Python |
Functions | |
template<class Scalar , class... options> | |
void | Dumux::Python::registerTimeLoop (pybind11::handle scope, pybind11::class_< CheckPointTimeLoop< Scalar >, options... > cls) |
template<class Scalar > | |
void | Dumux::Python::registerTimeLoop (pybind11::handle scope, const char *clsName="TimeLoop") |